@CHARSET "utf-8";
/*---------------------------------------------------------*/
/* General */
/*---------------------------------------------------------*/
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, 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;
}

/*============
body
=============*/
body {
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
    font-size: 17px;
    padding: 0;
    margin: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	  opacity: 1;
}

body.fade-out {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
@media screen and (max-width:760px) {
body {
	font-size: 16px;
}
}



html,body {
     margin: 0;
     padding: 0;
}


/* 画像属性等 */
img {
	max-width: 100%;
	height: auto;
	-webkit-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	vertical-align: bottom;
}

figure {
    display: block;
	margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

figcaption {
    display: block;
	padding:5px 0;
}

svg {
    height: auto;
    width: 100%;
}


a {
    color: #1111cc;
	text-decoration: underline;
}
a img {
    border: none;
}
a:hover {
    color: #1111cc;
    text-decoration: none;
}

a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
	-khtml-opacity: .70; /* Safari 1.x */
}

p {
    font-size: 18px;
    line-height: 1.6em;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

div#container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: auto;
	overflow:hidden;
	text-align: left;
}

@media screen and (max-width: 480px) {
div#container {


}
}

#header {
    display: block;
	margin-bottom:0;
	height:100%;
}
@media screen and (max-width:760px) {
#header {
}
}

div#main {
    display:block;
}
@media screen and (max-width:760px) {
div#main {
}	
}

.ie {
    background-color: #fff;
    overflow: hidden;
	max-width:1700px;
	min-width:760px;
	margin-left: auto;
	margin-right: auto;
	height:100%;
}
@media only screen and (max-width : 760px){
.ie {
	max-width:100%;
	min-width: 100%;	
    background-color: #fff;
    margin-top: 0px;   
    overflow: hidden;
	padding:0 0px;
}		
}

div#content {
    width: 100%;
    padding: 0;
	margin: 0;
	min-height: 100vh;
}
@media screen and (max-width:760px) {
div#content {
    width: 100%;
    padding: 0;

}
}

article.post {
	display: block;
	margin:0 0px;
}
@media only screen and (max-width : 760px){
article.post {
	margin:0 0px;
}	
}

/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ１ */
/*---------------------------------------------------------*/

h1 {
	margin: 0;
}

h1.post_title {
  position: relative;
  padding: 5rem 1.5rem 2rem 1.5rem;
  text-align: center;
  font-size: 40px;
  margin: 0px 0px 30px 0px;
  background-color: #fff;
  color: #42210b; /* 白文字で背景とのコントラストを強調 */
}
h1.post_title span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

@media only screen and (max-width: 960px) {
  h1.post_title {
    font-size: 38px;
  }
}

@media only screen and (max-width: 760px) {
  h1.post_title {
    padding: 5rem 1.5rem 1rem 1.5rem;	  
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  h1.post_title {
  margin: 0px 0px 0px 0px;	  
  }
}


/*---------------------------------------------------------*/
/* sidebar */
/*---------------------------------------------------------*/

div#sidebar {
    width: 26%;
    float: right;
    padding: 0 10px 0 0;
    margin: 5px;
}
@media screen and (max-width: 760px) {  
div#sidebar {
    width: 100%;
	padding: 0 5px;
    margin: 0 ;
	box-sizing: border-box;
}
}



/*---------------------------------------------------------*/
/* 個別投稿 post */
/*---------------------------------------------------------*/
div#single_main {
    background-color: #fff;
    overflow: hidden;
	max-width:1100px;
	min-width:760px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:760px) {
div#single_main {
	max-width:100%;
	min-width: 100%;	
    background-color: #fff;
    margin-top: 0px;   
    overflow: hidden;
}	
}

div#single_content {
    width: 100%;
    float: left;
    padding: 60px 0 0 0;
    margin: 10px;
}
@media screen and (max-width:760px) {
div#single_content {
    width: 100%;
    padding: 0 13px 0 13px;
    margin: 20px 0 0 0;
}	
}

div.content_01 {
    padding: 0px 10px 10px 10px;
}
@media only screen and (max-width : 760px){
div.content_01 {
    padding: 0px 0px 0px 0px;
}	
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ１ */
/*---------------------------------------------------------*/

h1.single_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:30px;
  margin: 10px 0px 40px 0;
}
h1.single_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ef877b;
}
@media only screen and (max-width : 760px){
h1.single_title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}

h2.single_title {
    position: relative;
    padding: 5rem 1.5rem 5rem 1.5rem;
    font-size: 50px;
    margin: 0px 0px 0px 0px;
    background-color: #fff;
    color: #42210b;
}
@media only screen and (max-width : 760px){
h2.single_title {	
    font-size: 34px;	
    padding: 5rem 0.5rem 2rem 0.5rem;	
	text-align: left;
}
}

/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ１ */
/*---------------------------------------------------------*/
h1.cat-title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:30px;
  margin: 30px 0px 40px 0;
}
h1.cat-title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #ef877b;
}
@media only screen and (max-width : 760px){
h1.cat-title {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}


/*---------------------------------------------------------*/
/* 次の記事・前の記事 */
/*---------------------------------------------------------*/
.box3 {
	width:100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
	padding: 10px 0px;
	margin: 6% 0 4% 0;
}
@media only screen and (max-width : 760px){
.box3 {
	padding: 10px 5px;
	margin: 40px 0 20px 0;
}	
}

.next1 {
    background: #FFF;
    padding: 0px;
    overflow: hidden;
}
.next_image {
    float: left;
    margin: 0px 10px 0px 0px;
}
.next_summary {
    overflow: hidden;
}
.next_heading {
    font-size: 16px;
    font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	text-align:left;
}

p.next_text {
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	text-align:left;
	line-height:1.3em;
}
@media only screen and (max-width : 760px){
p.next_text {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	text-align:left;
}	
}

.prev1 {
    background: #FFF;
    padding: 0px;
    overflow: hidden;
}
.prev_image {
    float: right;
    margin: 0px 0px 0px 10px;
}
.prev_summary {
    overflow: hidden;
}
.prev_heading {
    font-size: 16px;
    font-weight: bold;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
	text-align:right;
}

p.prev_text {
	padding: 0px 0px 0px 0px;
	margin: 25px 0px 0px 0px;
	text-align:right;
	line-height:1.2em;
}
@media only screen and (max-width : 760px){
p.prev_text {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 0px 0px;
	text-align:right;
}	
}

.prev_thumbnail {
	width:100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px;
	float: left;
}
@media only screen and (max-width : 760px){
.prev_thumbnail {
	width:70px;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	float: left;
}	
}

.next_thumbnail {
	width:100px;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px;
	float: right;	
}
@media only screen and (max-width : 760px){
.next_thumbnail {
	width:70px;
	padding: 0px 0px 0px 0px;
	margin: 5px;
	float: right;
}	
}





/*---------------------------------------------------------*/
/* Article post */
/*---------------------------------------------------------*/
div.post-content {
    padding: 0px 0px 10px 0px;
}
@media only screen and (max-width : 960px){
div.post-content {
    padding: 0px 10px 10px 10px;
}	
}

/*---------------------------------------------------------*/
/* アーカイブ post */
/*---------------------------------------------------------*/
div.archive-content {
    padding: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}


/*---------------------------------------------------------*/
/* カテゴリー post */
/*---------------------------------------------------------*/
div.category-content {
    padding: 0;
	height: 100%;
	width: 100%;
	margin: 0 10px;
}
@media only screen and (max-width : 760px){
div.category-content {
	margin: 0 0px;
}	
}


/*---------------------------------------------------------*/
/* カテゴリーにあるアイキャッチ画像 */
/*---------------------------------------------------------*/

/* リスト */
.category_01 {
	list-style: none;
	padding: 0;
	margin: 20px 0px;
}
@media only screen and (max-width : 760px){
.category_01 {
	list-style: none;
	padding: 0px;
	margin: 20px 0px;
}	
}

/* h2 */
h2.category_02 {
	font-size: 1.3em;
	padding: 0;
	margin: 5px 0px;
	font-weight:bold;
}


/* 画像 */
.category img {
	padding: 0;
	margin: 5px 20px 5px 10px;
	float:left;
}
@media only screen and (max-width : 760px){
.category img {
	margin: 0px 0px 20px 0px;
}	
}

/* ボックス */
.category {
	width:100%;
	padding: 0.5em 1em 3.5em 1em;
    color: #000;/*文字色*/
	background-color: #FFF;
    border-bottom: solid 1px #C0C0C0;/*線*/
}
@media only screen and (max-width : 760px){
.category {
	padding: 0.5em 1em 2.0em 1em;
}	
}

.category p {
	font-size:16px;
	padding: 0;
	margin: 0px 0px 20px 0px;
}
@media only screen and (max-width : 760px){
.category p {
}
}

.more_link {
	text-decoration:underline;
}	

a:hover.more_link {
	text-decoration:none;
}



/*---------------------------------------------------------*/
/* アイキャッチ画像の大きさ */
/*---------------------------------------------------------*/
.l-size {
	width:120px;
	height:auto;
}	



ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 5px;
}

.clr { clear:both; }


/*---------------------------------------------------------*/
/* 画面の読み込み（Loading） */
/*---------------------------------------------------------*/
/*========= サイトの読み込み時間２ ===============*/
/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	text-align:center;
	color:#fff;
}

/* Loading画像中央配置　*/
#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 9999;
	transform: translate(-50%, -50%);
	color: #fff;
	width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg{
    height: 2px;
}

/*割れる画面のアニメーション*/
.loader_cover {
    width: 100%;
    height: 50%;
    background-color: #e60012;
    transition: all .2s cubic-bezier(.04, .435, .315, .9);
    transform: scaleY(1);
}
/*上の画面*/
.loader_cover-up {
    transform-origin: center top;
}

/*下の画面*/
.loader_cover-down {
    position: absolute;
    bottom: 0;
    transform-origin: center bottom;
}
/*クラス名がついたらY軸方向に0*/
.coveranime {
    transform: scaleY(0);
}


#wrap {
  opacity: 0 !important;
  transition: opacity 1.5s ease;
}
.wrap-visible {
  opacity: 1 !important;
}




/*---------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------*/
header {
	margin: 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color:#fff;
}
@media only screen and (max-width : 760px){
header {
	padding: 0px 0px 0px 0px;
}	
}

h1.top_page {
    margin: 0px 0 0 30px;
	font-size:1.7em;
}


h2 {
    display: block;
    font-weight: bold;
	font-size:1.2em;
	text-align: left;
	margin:60px 0px 40px 0px;
	padding:0px 0px 0px 0px;
}

@media screen and (max-width: 480px) {	
h2 {
    display: block;
	font-size:1.1em;
	text-align: center;
	margin:31px 0px 22px 0px;
	padding:0px 0px 0px 0px;
}
}

a.no_underline {
	text-decoration:none;
	margin: -20px 0 0 120px;
    color: #FFFFFF;
}

div#site_title_wrapper {
	float:left;
}


/*---------------------------------------------------------*/
/* トップ画像（右から出てくるアニメーション） */
/*---------------------------------------------------------*/

.an4-fadeleft {
    font-size: 30px;
    font-weight: bold;
	left: 0px;
    top: 0px;
	animation: fadeleft 1.5s;
	animation-fill-mode: both;
	animation-delay: 0.5s;	
	margin:0px 0px 0px 0px;
}

@keyframes fadeleft {
from {
    opacity: 1;
    transform: translateX(2000px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}

.relative {
    position: relative;
}
.absolute {
    position: absolute;
}

/*---------------------------------------------------------*/
/* トップ画像（左から出てくるアニメーション） */
/*---------------------------------------------------------*/

.an3-faderight {
    font-size: 30px;
    font-weight: bold;
	left: 30px;
    top: 180px;
    animation-name: faderight;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
	
@media screen and (max-width: 760px) {	
.an3-faderight {
	left: 10px;
    top: 73px;
    animation-name: faderight;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
}

@keyframes faderight {
from {
    opacity: 1;
    transform: translateX(-150px);
}
to {
    opacity: 1;
    transform: translateX(0);
}
}


/*---------------------------------------------------------*/
/* トップ画像（下から出てくるアニメーション1） */
/*---------------------------------------------------------*/

.an6-fadebottom-a {
    font-size: 20px;
    font-weight: bold;
	right: 0;
    bottom: 0px;
	animation: fadebottom-a 1s;
	animation-fill-mode: both;
	animation-delay: 0.5s;	
}
@keyframes fadebottom-a {
  0% {
  transform: translateY(300px);
  }

  100% {
  transform: translateY(0px);
  }
}


/*---------------------------------------------------------*/
/* トップ画像（下から出てくるアニメーション2） */
/*---------------------------------------------------------*/

.an6-fadebottom-b {
    font-size: 20px;
    font-weight: bold;
	right: 18%;
bottom: 0px;
	animation: fadebottom-b 1s;
	animation-fill-mode: both;
	animation-delay: 1s;	
}
@keyframes fadebottom-b {
from {
    opacity: 0;
    transform: translateY(300px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*---------------------------------------------------------*/
/* トップ画像（下から出てくるアニメーション3） */
/*---------------------------------------------------------*/

.an6-fadebottom-c {
    font-size: 20px;
    font-weight: bold;
	right: 36%;
    bottom: 0px;
	animation: fadebottom-a 1s;
	animation-fill-mode: both;
	animation-delay: 1.5s;	
}
@keyframes fadebottom-c {
from {
    opacity: 0;
    transform: translateY(300px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


/*---------------------------------------------------------*/
/* パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　960px） */
/*---------------------------------------------------------*/

.pc_display_01 {
	display:block;
	margin:0;
}
.sp_display_01 {
	display:none;
}
@media only screen and (max-width : 960px){
.pc_display_01 {
	display:none;
}
.sp_display_01 {
	display:block;
}
}


/*---------------------------------------------------------*/
/* パソコンとスマホでスライドショーの表示内容を切り替え（スマホ　760px） */
/*---------------------------------------------------------*/

.pc_display {
	display:block;
	margin:0;
}
.sp_display {
	display:none;
}
@media only screen and (max-width : 760px){
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}





/*---------------------------------------------------------*/
/* テーブルタグ */
/*---------------------------------------------------------*/
table {
	width: 100%;
	table-layout: auto;
	font-size: 16px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin:0px 0px 0px 0px;
}

th{
	border: solid 1px #aaaaaa;	
	padding: 15px 10px;
	background: #f7f7f7;
}

td{
	border: solid 1px #aaaaaa;	
	padding: 15px 0px 0px 0px;
	text-align: left;
}


.box3{
margin:50px 0px 50px 0px;
padding:0px 0px 0px 0px;
}



/*---------------------------------------------------------*/
/* footer */
/*---------------------------------------------------------*/
#footer {
	width: 100%;
	background-color:#fffbf5;
	font-size: .8em;
    height: 100%;
	color:#000;
	padding:30px 0 0;
    margin: 80px 0 0 0;
}
@media only screen and (max-width : 760px){
#footer {
	padding:40px 0 0;
}	
}


.foot {
	background-color:#5e5044;
	margin:0;
	text-align:center;
}

.foot p {
	text-align:center;
	padding: 40px 0 20px 0;
	margin:0;
	color:#fff;
    font-size: 1em;
}

p.foot {
	font-size: 1em;
	text-align:center;
	padding: 0 0 40px 0;
	margin:0;
	color: #fff;
}

a.footer_01 {
	color:#fff;
text-decoration: none;
}

a:hover.footer_01 {
text-decoration: underline;
}

/*---------------------------------------------------------*/
/* フッターのメニュー横並び */
/*---------------------------------------------------------*/

.f_navi{
	text-align: center;
	margin: 10px 0px;
}
@media screen and (max-width: 760px) {
.f_navi{
text-align: center;	
	margin: 10px 0px 0px 0px;
}
}

.f_navi ul{
margin: 0 ;
padding: 2% 10% 1% 10%;
}
@media screen and (max-width: 1200px) {
.f_navi ul{
margin: 0 ;
	padding: 2% 2% 1% 2%;
}
}
@media screen and (max-width: 760px) {
.f_navi ul{
margin: 0 ;
padding: 5px 0px 10px 0px;
}
}

.f_navi ul li{
list-style: none;
display: inline-block;
	width: 15%;
	min-width: 75px;
	margin:10px 0;
	vertical-align:bottom;
}
@media screen and (max-width: 1200px) {
.f_navi ul li{
	width: 18%;
	min-width: 75px;
}
}
@media screen and (max-width: 760px) {
.f_navi ul li{
list-style: none;
display: inline-block;
width: 100%;
min-width: 35px;
	border-bottom:dashed 1px #c69c6d;
	padding:10px;
	margin:10px 0 0px 0;
}
}

@media screen and (max-width: 760px) {
.f_navi ul li:last-child{
	border-bottom:none;
}
}

.f_navi ul li a{
text-decoration: none;
color: #000;
}
@media screen and (max-width: 760px) {
.f_navi ul li a{
text-decoration: none;
}
}

.f_navi ul li a:hover{

}
@media screen and (max-width: 760px) {
.f_navi ul li a:hover{
color: #C0C0C0;
}
}

.f_navi a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #c69c6d;
  transition: .2s;
}

.f_navi img{
    margin: 0 10px;
}

 .f_navi a {
  position: relative;
  display: inline-block;
  }
  .f_navi a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #c69c6d;
  transition: .2s;
}
  .f_navi a:hover::after {
  width: 100%;
  }


/*
==================================================
フッターカスタマイズ
==================================================
*/
.footer-block {
	width:100%;
}

.footer-block a {
	text-decoration: none;
	color:#000;
}

.footer-block a:hover {
	text-decoration: underline;
	color:#000;
}

.footer-block-in {
    width: 33%;
    padding: 10px 10px 10px 50px;
    float: left;
	margin:0 ;
}
 
.footer-block-in > ul {
    padding: 5px;
    list-style-type: none;
    margin-bottom:10px;
}
 
.footer-block-in > ul ul {
    text-align: left;
    margin: 15px 0px 13px 0px; 
	padding: 0;
}
 
.footer-block:after{
    content: "";
    clear: both;
    display: block;
}
 
@media (max-width: 760px) {
.footer-block-in {
	width: 98%;
	padding: 10px 1%;
	float: none;
}
}

a.low {
	color:#fff;
	text-decoration: none;
}

div.cat_img { margin: 0px 4px 4px 4px;}


/*---------------------------------------------------------*/
/* Sidebar */
/*---------------------------------------------------------*/
.sidebar-wrapper {
	margin:45px 0 30px 0;
}
.sidebar-title {
	font-size: 22px;
    position: relative;
    color: white;
    padding: 0.2em 0.5em 0.1em 1em;
	margin: 0;
    background-color: #480EA5;
    border-radius: 6px;
}

.sidebar-title:before {
    content: url("https://fruit-farm.net/wp-content/uploads/bb-icon-01.png");  /*画像のURL*/
    margin:0 15px 0 0;  /*画像右の余白*/
	vertical-align: middle;
}

.textwidget {
	padding: 0 0px;
}
#calendar_wrap {
	text-align: center;
}
#calendar_wrap table {
	margin-left: auto;
	margin-right: auto;
}
#calendar_wrap table a {
	text-decoration: underline;
	color: #2ea7e0;
}
#calendar_wrap table a:hover {
	background-color: #2ea7e0;
	color: #fff;
}
.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.sidebar-wrapper li {
	border-bottom: dotted 1px #4CBF73;
	margin:10px 0 5px 0;
}
.sidebar-wrapper li a {
	display: block;
	color: #555;
	padding: 10px 0 10px 8px;
	text-decoration:none;
}
.sidebar-wrapper li a:hover {
    color: #aaaaaa;
}


/*---------------------------------------------------------*/
/* コメント・トラックバック */
/*---------------------------------------------------------*/

div#respond {
	margin:10px;
}
@media only screen and (max-width : 760px){
div#respond {	
	margin:5px;
}	
}

.tback {border: none;}
.tback h2{margin-bottom: 0; padding-bottom: 15px;}
.tback p {margin: 0 0 10px 10px;padding: 0;font-size: 12px; line-height: 1.6em;}
.comments{margin: 10px 0; border: none;}
.comments ul{list-style: none;margin: 0; color:#444; font-size: 100%;}
.comments ul li {margin-bottom: 10px;background: #FFF; padding: 12px;}
.comments ul li.depth-1{border-bottom: 1px dotted #CCC;margin-bottom: 12px;}
.comments ul.children {list-style: none;}
.comments p{padding: 0 10px 5px 20px; text-align: left;}
.comments form p{line-height: 1.8em; display: block;}
.comments label{font-weight: 600;display:block;}
.comments form p.comment-notes,.comments form p.form-allowed-tags{font-size: 100%;text-align: left;}
.comments .reply{width: 40px;height: 20px;margin-left: 20px;text-align: center;line-height: 20px;border: 1px solid #CCC;background: #FFF;display: block;}
.comments .reply a{color: #444;text-decoration: none;display: block;} 
.comments .reply a:hover{color: #FFF;background: #009CDE;} 
.comments h3 small{font-size: 114%;}
#author{width: 200px; height: 2em;}
#email{width: 200px; height: 2em;}
#url{width: 200px; height: 2em;}
#comment{width: 99%; height:100px;}
a#cancel-comment-reply-link {font-size: 92%; color: #009CDE;}
#submit	{margin:0; padding:2px 25px; cursor:pointer;}



/*---------------------------------------------------------*/
/* Q&A */
/*---------------------------------------------------------*/
.qa-list dl {
    position: relative;
    margin: 0;
    padding: 28px 80px 28px 30px;
    cursor: pointer;
    border-bottom: 1px solid #000;
}
.qa-list dl:first-child {
    border-top: 1px solid #000;
}
.qa-list dl::before {
    position: absolute;
    top: 35px;
    right: 35px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    transform: rotate(135deg);
    border-top: 2px solid #000;
    border-right: 2px solid #000;
}
.qa-list .open::before {
    transform: rotate(-45deg);
}
.qa-list dl dt {
    position: relative;
    margin: 0;
    padding: 0 0 0 50px;
    font-weight: bold;
    font-size: 20px;
}
.qa-list dl dt::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 0;
    display: block;
    content: 'Q.';
    color: #3285bf;
}
.qa-list dl dd::before {
    font-size: 22px;
    line-height: 1;
    position: absolute;
    top: 3px;
    left: 2px;
    display: block;
    content: 'A.';
    font-weight: bold;
    color: #3285bf;
}
.qa-list dl dd {
    position: relative;
    display: none;
    height: auto;
    margin: 20px 0 0;
    padding: 0 0 0 50px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}

@media screen and (max-width: 767px) {
.qa-list dl {
    position: relative;
    padding: 15px 40px 15px 10px;
}
.qa-list dl::before {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
}
.qa-list dl dt {
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dt::before {
    font-size: 14px;
    top: 3px;
    left: 5px;
    content: 'Q.';
}
.qa-list dl dd::before {
    font-size: 14px;
    top: 5px;
    left: 5px;
    content: 'A.';
}
.qa-list dl dd {
    margin: 10px 0 0;
    padding: 0 0 0 30px;
    font-size: 14px;
}
.qa-list dl dd p {
    margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
    margin-top: 0;
}
}



/*---------------------------------------------------------*/
/* トップページABOUTの背景 */
/*---------------------------------------------------------*/

.commit {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit {
	margin: 60px 0px 60px 0px;
}	
}

.back_04 {
background-image: url("http://eternal-create.com/tesuto11/wp-content/uploads/mikihouse-about-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_04 {
background-image: none;
}	
}
@media only screen and (max-width : 480px){
.back_04 {
background-image: none;
}	
}


/*---------------------------------------------------------*/
/* トップページSERVICESの背景 */
/*---------------------------------------------------------*/

.commit_01 {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_01 {
	margin: 60px 0px 60px 0px;
}	
}

.back_05 {
background-image: url("https://mikihouse3939.com/wp-content/uploads/services-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_05 {
background-image: url("https://mikihouse3939.com/wp-content/uploads/services-bg-sp.png");
}	
}
@media only screen and (max-width : 480px){
.back_05 {

}	
}


/*---------------------------------------------------------*/
/* トップページの施工事例で使用 */
/*---------------------------------------------------------*/

.commit_02 {
	margin: 40px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_02 {
	margin: 0px 0px 60px 0px;
}	
}

.box8 {
  width: 100%;
	padding:10px 20px;
	margin: 0 ;	
}
@media only screen and (max-width : 1170px) {
.box8 {
  width: 100%;
	padding:10px;
	margin: 0 ;	
}	
}	
@media only screen and (max-width : 960px) {
.box8 {
  width: 100%;
	padding:5px 10px;
	margin: 0 ;	
}	
}	

.back_06 {
    background-color: #EEEEEE;
    background-position: center center;
    background-repeat: repeat-x;
	padding: 30px 10px;
	margin: 20px 0 50px 0;
}
@media only screen and (max-width : 1200px){
.back_06 {
    background-color: #EEEEEE;
	padding: 10px 0px;
	margin: 30px 0 30px 0;	
}	
}
@media only screen and (max-width : 960px){
.back_06 {
    background-color: #EEEEEE;
    background-size:800px;
	padding: 10px 0px;
	margin: 20px 0 50px 0;	
}	
}
@media only screen and (max-width : 760px){
.back_06 {
   background-image: none;	
    background-size:500px;
	padding: 0px 0px 20px 0px;
	margin: 20px 0 50px 0;		
}	
}


/*---------------------------------------------------------*/
/* トップページRECRUITの背景 */
/*---------------------------------------------------------*/

.commit_03 {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_03 {
	margin: 60px 0px 60px 0px;
}	
}

.back_07 {
background-image: url("https://mikihouse3939.com/wp-content/uploads/recruit-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 960px){
.back_07 {
background-image: url("https://mikihouse3939.com/wp-content/uploads/recruit-bg-sp.png");
}	
}
@media only screen and (max-width : 480px){
.back_07 {

}	
}


/*---------------------------------------------------------*/
/* トップページACCESSの背景 */
/*---------------------------------------------------------*/

.commit_04 {
	margin: 60px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.commit_04 {
	margin: 60px 0px 60px 0px;
}	
}

.back_08 {
background-image: url("https://mikihouse3939.com/wp-content/uploads/access-bg.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.back_08 {
background-image: url("https://mikihouse3939.com/wp-content/uploads/access-bg.png");
}	
}
@media only screen and (max-width : 480px){
.back_08 {

}	
}


/*---------------------------------------------------------*/
/* トップページの文字の大きさ */
/*---------------------------------------------------------*/

.front_01 {
	font-size:24px;
	padding: 20px 0 30px 0;
	margin: 20px 0px 0px 0px;
	text-align:center;
}
@media only screen and (max-width : 960px){
.front_01 {
	font-size:24px;
	padding: 6% 0 0% 0;
	margin: 0px 0px 0px 0px;
}	
}
@media only screen and (max-width : 480px){
.front_01 {
	font-size:18px;
	padding: 3% 0 0% 0;
	margin: 0px 0px 10px 0px;
}	
}

.front_02 {
	font-size:40px;
	padding: 35px 0 20px 0;
	margin: 0px 0px 0px 0px;
	text-align:center;
}
@media only screen and (max-width : 960px){
.front_02 {
	font-size:32px;
	padding: 6% 0 0% 0;
	margin: 0px 0px 0px 0px;
}	
}
@media only screen and (max-width : 480px){
.front_02 {
	font-size:23px;
	padding: 3% 0 0% 0;
	margin: 20px 0px 20px 0px;
}	
}


/*---------------------------------------------------------*/
/* 画像横並び（スマホだと列が変わる） */
/*---------------------------------------------------------*/

*, *:before, *:after {
	box-sizing: border-box;
}

.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div {
	width: 50%;
	padding: 0px;
}
@media screen and (max-width: 960px) {
.col_2 > div {
		width: 100%;
	padding: 20px 10px;
}
}
@media screen and (max-width: 480px) {
.col_2 > div {
		width: 100%;	
	padding: 20px 10px;
}
}

.col_3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div {
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col_3 > div {
		width: 50%;
	padding: 20px 5px;
}
}
@media screen and (max-width: 480px) {
.col_3 > div {
		width: 100%;
	padding: 20px 5px;	
}
}

.col_4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div {
	width: 25%;
	padding: 5px;
	text-align: center;	
}
@media screen and (max-width: 960px) {
.col_4 > div {
	width: 50%;
}
}
@media screen and (max-width: 480px) {
.col_4 > div {
	width: 50%;
}
}



/*---------------------------------------------------------*/
/* 【スキマあり】画像横並び（スマホだと列が変わる） */
/*---------------------------------------------------------*/

.col_2_01 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2_01 > div {
	width: 50%;
	padding: 20px;
}
@media screen and (max-width: 960px) {
.col_2_01 > div {
		width: 100%;
	padding: 20px 10px;
}
}
@media screen and (max-width: 480px) {
.col_2_01 > div {
		width: 100%;	
	padding: 20px 10px;
}
}

.col_3_01 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3_01 > div {
	width: 33.33333%;
	padding: 10px;
}
@media screen and (max-width: 960px) {
.col_3_01 > div {
		width: 50%;
	padding: 20px 5px;
}
}
@media screen and (max-width: 480px) {
.col_3_01 > div {
		width: 100%;
	padding: 20px 5px;	
}
}

.col_4_01 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4_01 > div {
	width: 25%;
	padding: 0px 0px 0px 0px;
	text-align: center;	
}
@media screen and (max-width: 960px) {
.col_4_01 > div {
	width: 50%;
}
}
@media screen and (max-width: 480px) {
.col_4_01 > div {
	width: 50%;
}
}



/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ２ */
/*---------------------------------------------------------*/

h2.top_page {
  position: relative;
  padding: 5rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:50px;
	margin-bottom:2.5rem;
}
h2.top_page:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e60012;
}
@media only screen and (max-width : 760px){
h2.top_page {
  position: relative;
  padding: 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}

h3.stripe {
            font-size: 2rem;
            margin: 60px 0px 20px 0px;		
            background: #fffaf4;/*背景色*/
            border-left: solid 5px #8c6239;/*左線（実線 太さ 色）*/
			padding: 0.5em;/*文字周りの余白*/
			text-align:left;
}
@media screen and (max-width: 760px) {
h3.stripe {
            font-size: 1.7rem;
}	
}

h4.stripe-sub {
            font-size: 1.5rem;
            margin: 20px 0px 20px 0px;		
			padding: 0.5em 0em;/*文字周りの余白*/
			text-align:left;
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ３ */
/*---------------------------------------------------------*/

h3.top_page {
  position: relative;
  padding: 2rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:50px;
	margin-bottom:2.5rem;
}
h3.top_page:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e60012;
}
@media only screen and (max-width : 960px){
h3.top_page {
  position: relative;
  padding: 2rem 1.5rem 0.3rem 0.5rem;
  text-align: center;
  font-size:27px;
}
}


/*---------------------------------------------------------*/
/* オシャレな見出し　Ｈ３（SERVICESで使用） */
/*---------------------------------------------------------*/

h3.top_page_01 {
  position: relative;
  padding: 2.3rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:50px;
	margin-bottom:2.5rem;
	color:#fff;
}
h3.top_page_01:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e60012;
}
@media only screen and (max-width : 760px){
h3.top_page_01 {
  position: relative;
  padding: 2.3rem 1.5rem 0.3rem 1.5rem;
  text-align: center;
  font-size:27px;
}
}



/*---------------------------------------------------------*/
/* 隙間の調整 */
/*---------------------------------------------------------*/

.box_01 {
	padding: 5rem 1.5rem;
}

.box_02 {
  padding: 3rem 1.5rem;
}

.box_03{
  padding: 10rem 1.5rem;
}
@media only screen and (max-width : 960px){
.box_03{
  padding: .3rem 1rem;
}
}
@media only screen and (max-width : 760px){
.box_03{
  padding: 0rem 1rem;
}
}


.box_04{
  padding: 0rem 30rem 3rem 30rem;
	text-align:left;
}
@media only screen and (max-width : 1400px){
.box_04{
  padding: 0rem 6rem 3rem 6rem;
	text-align:left;
}
}
@media only screen and (max-width : 760px){
.box_04{
  padding: 0rem 1rem 3rem 1rem;
	text-align:left;
}
}

.box_05{
  padding: 20rem 1.5rem;
}

/*---------------------------------------------------------*/
/* 白いボックス（影付き） */
/*---------------------------------------------------------*/

.box7 {
	width: 80%;
	background-color:#fff;
	padding:20px 30px;
	font-size:20px;
box-shadow: 15px 15px 0px 0 rgb(214, 214, 214);
	margin-left: auto;
	margin-right: auto;	
}
@media only screen and (max-width : 760px){
.box7 {
	width: 100%;
	background-color:#fff;
	font-size:16px;
	padding:20px 10px;
}	
}


/*---------------------------------------------------------*/
/* WORKS */
/*---------------------------------------------------------*/

.box9 {
	width: 100%;
	background-color:#fff;
	padding:20px 30px;
	font-size:20px;
box-shadow: 15px 15px 0px 0 rgb(214, 214, 214);
}
@media only screen and (max-width : 760px){
.box9 {
	width: 100%;
	background-color:#fff;
	padding:3px;
	font-size:16px;
}	
}



/*---------------------------------------------------------*/
/* CONTACT */
/*---------------------------------------------------------*/

.box10 {
	width: 80%;
	background-color:#fff;
	padding:30px 30px;
	font-size:20px;
	margin:0px;
box-shadow: -20px 20px 0px 0 rgb(230, 0, 18);
}
@media only screen and (max-width : 760px){
.box10 {
	width: 100%;
	background-color:#fff;
	padding:20px;
	margin:0px ;
	font-size:16px;
}	
}

.box11 {
	margin:20px 10px 20px 120px;
}
@media only screen and (max-width : 760px){
.box11 {
	margin:20px 20px 20px 30px;
}
}


/*---------------------------------------------------------*/
/* 文字の大きさ調整（1.5em） */
/*---------------------------------------------------------*/

p.works {
	font-size:1.5em;
	margin:10px 5px;
	text-align: center;
}


/*---------------------------------------------------------*/
/* 文字の大きさ調整（1.2em） */
/*---------------------------------------------------------*/

p.works_01 {
	font-size:1.2em;
	margin:10px 5px;
	text-align:left;
}

p.works_02 {
	font-size:1em;
	margin:10px 5px;
	text-align:left;
}


/*---------------------------------------------------------*/
/* 続きを見るボタン画像で使用 */
/*---------------------------------------------------------*/

.btn-c {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.btn-c a {
	display: inline-block;
}
.btn-c a img {
	display: block;
	margin: auto;
}



/* ▼▼▼横から出てくるアニメーション▼▼▼ */
/*====================================================================
inview
====================================================================*/

.content {
	overflow-x: hidden;
		width: 100%;
}
.fadeIn {
	opacity: 0;
	transition: 0.8s;
}
.fadeIn.is-show {
	opacity: 1;
}
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 200px);
	transition: 0.8s;
}
.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_left {
	opacity: 0;
	transform: translate(-200px, 0);
	transition: 0.8s;
}
.fadeIn_left.is-show {
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_right {
	opacity: 0;
	transform: translate(200px, 0);
	transition: 0.8s;
}
.fadeIn_right.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/*====================================================================
.imgBox
====================================================================*/

.imgBox {
	text-align: center;
	margin: 50px 0;
}
	
	@media screen and (max-width: 480px) {
	
	.imgBox {
	text-align: center;
	margin: 10px 0;
}
	}
	
.imgBox img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
/* ▲▲▲横から出てくるアニメーション▲▲▲ */


/*---------------------------------------------------------*/
/* ヘッダーナビゲーション（レスポンシブ） */
/*---------------------------------------------------------*/

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 75px;
	z-index:999;
  transition: opacity 0.5s ease-in-out, top 0.5s ease-in-out;
  opacity: 1; /* 初期状態で透明に */
  pointer-events: auto; /* 透明状態ではクリックできないようにする */
}

@media only screen and (max-width: 960px) {
.header {
  height: 48px;
}
}

/* ページトップでの表示用 */
.header.initial-show {
  opacity: 1;
  pointer-events: auto;
}

.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  opacity: 1; /* ヘッダーが表示されるときに透明度を1に */
  pointer-events: auto; /* 表示されたらクリック可能に */
}

.header.hidden {
  opacity: 0; /* 透明状態 */
  pointer-events: none; /* 透明状態でクリック不可 */
}



.header_inner {
  position: relative;
  padding: 0px 15px;
}

.logo{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px
}
@media only screen and (max-width: 960px) {
.logo{
  padding: 5px 10px
}
}

.title{
  font-size: 2rem;
  font-weight: 600;
}


@media only screen and (max-width: 960px) {
  .nav {
    position: fixed;
    right: -320px; /* 右から出てくる */
    top: 0;
    width: 300px; /* スマホに収まるサイズ */
    height: 100vh;
    padding-top: 60px;
    background-color: #fff;
    transition: all .6s;
    z-index: 200;
    overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 0px;
    width: 40px; /* クリックしやすい幅 */
    height: 40px; /* クリックしやすい高さ */
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0px 14px 0px 14px;
  }
  .nav_item a {
    display: block;
    padding: 28px 10px 18px 10px;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #333;
  }
  .nav_item a:hover {
    background-color: #eee;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 30px;
    height: 3px;
    background-color: #333;
    transition: all .6s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 24px;
  }
  .hamburger_border_bottom {
    top: 34px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}/* sp */

@media only screen and (min-width: 960px) {
  .header_inner{
    width: 100%;
    padding: 0px 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo{
    padding: 0px 30px
  }
  .nav_list{
    text-align: right;
  }
  .nav_list li{
    display: inline-block;
    text-align: right;
    padding: 0 20px;
  }
  .nav_list li a{
    color: #000;
	  font-weight:bold;
	  text-decoration:none;
  }
  .nav_item {
	  
  }
  .nav_item a {
  position: relative;
  display: inline-block;
  }
  .nav_item a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #c69c6d;
  transition: .2s;
}
  .nav_item a:hover::after {
  width: 100%;
  }
}/* pc */






/*---------------------------------------------------------*/
/* ページのトップに戻る（右下のボタン） */
/*---------------------------------------------------------*/
#pagetop {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #5e5044;
  opacity: 0.8;
  border-radius: 50%;
  z-index:999;
}
#pagetop a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#pagetop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#pagetop a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}






/*---------------------------------------------------------*/
/* 右へ伸びて文字だけ残るアニメーション */
/*---------------------------------------------------------*/

.side_anime {
  margin:5% 0 0 0;
  display:inline-block;
  overflow:hidden;
  position:relative;
	  background-color:#e60012;
}
@media screen and (max-width: 960px) {
.side_anime {
  margin:40px 0 0px 0;
}
}
@media screen and (max-width: 760px) {
.side_anime {
  margin:40px 0 0px 0;
}
}

.side_anime:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#000;
  /*アニメーションの設定*/
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1),
             secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}

.side_anime p {
  margin: 0.05em;
  line-height:1;
  color: #fff;
  /*アニメーションの設定*/
  animation:fadeIn 0.1s 0.5s; 
  animation-fill-mode: both;
	font-size:60px;
	font-weight:700;
	padding:10px;
}
@media screen and (max-width: 960px) {
.side_anime p {
	font-size:45px;
	font-weight:500;
}
}
@media screen and (max-width: 760px) {
.side_anime p {
	font-size:35px;
	font-weight:500;
}
}
@media screen and (max-width: 520px) {
.side_anime p {
	font-size:20px;
	font-weight:500;
}
}

/*keyframesの設定*/
/*文字が消えている状態から現れるアニメーション*/
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
  }
/*のび太ブロックを横に追いやるアニメーション*/
  @keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(102%);
    }
  }



/*---------------------------------------------------------*/
/* 右へ伸びて文字だけ残るアニメーション２ */
/*---------------------------------------------------------*/

.side_anime_01 {
  margin:20px 0 40% 0;
  display:inline-block;
  overflow:hidden;
  position:relative;
  background-color:#e60012;
}
@media screen and (max-width: 960px) {
.side_anime_01 {
  margin:10px 0 40% 0;
}
}
@media screen and (max-width: 760px) {
.side_anime_01 {
  margin:20px 0 60% 0;
}
}
@media screen and (max-width: 520px) {
.side_anime_01 {
  margin:0 0 50% 0;
}
}

.side_anime_01:after{  
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color:#000;
  /*アニメーションの設定*/
  animation: secondaryImageOverlayIn 0.6s 0s cubic-bezier(.77,0,.175,1),
             secondaryImageOverlayOut 0.6s 0.6s cubic-bezier(.77,0,.175,1);
  animation-fill-mode: both;
}

.side_anime_01 p {
  margin: 0.05em;
  line-height:1;
  color: #fff;
  /*アニメーションの設定*/
  animation:fadeIn 0.1s 0.5s; 
  animation-fill-mode: both;
	font-size:60px;
	font-weight:700;
	padding:10px;
}
@media screen and (max-width: 960px) {
.side_anime_01 p {
	font-size:45px;
	font-weight:500;
}
}
@media screen and (max-width: 760px) {
.side_anime_01 p {
	font-size:35px;
	font-weight:500;
}
}
@media screen and (max-width: 520px) {
.side_anime_01 p {
	font-size:20px;
	font-weight:500;
}
}

/*keyframesの設定*/
/*文字が消えている状態から現れるアニメーション*/
@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
/*はじめにブロックを伸ばすアニメーション*/
@keyframes secondaryImageOverlayIn {
    0% {
      width: 0;
    }
    100% {
      width:  100%;
    }
  }
/*のびたブロックを横に追いやるアニメーション*/
  @keyframes secondaryImageOverlayOut {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(102%);
    }
  }


/*---------------------------------------------------------*/
/* 上下２段になっている見出し */
/*---------------------------------------------------------*/

h3.design_title {
  font-size: 23px;
  font-size: 2.5rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
	margin:0 0 70px 0;
}

h3.design_title span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

h3.design_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e60012;
}


@media only screen and (max-width : 760px){
h3.design_title {
  font-size: 27px;
  position: relative;
  padding: 1.5rem 0 0.5rem 0;
  text-align: center;
	margin:0 0 10px 0;
}

h3.design_title span {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
}

h3.design_title:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #e60012;
}
}





/*---------------------------------------------------------*/
/* RECRUITのページの背景 */
/*---------------------------------------------------------*/

.recruit_01 {
	margin: -160px 0px 60px 0px;
}
@media only screen and (max-width : 760px){
.recruit_01 {
	margin: 60px 0px 60px 0px;
}	
}

.recruit_back {
background-image: url("http://eternal-create.com/tesuto11/wp-content/uploads/recruit-bg-01-pc.png");
background-size: 100%;
background-repeat: no-repeat;
}
@media only screen and (max-width : 760px){
.recruit_back {
background-image: url("http://eternal-create.com/tesuto11/wp-content/uploads/recruit-bg-01-sp-760.png");
}	
}
@media only screen and (max-width : 520px){
.recruit_back {
background-image: url("http://eternal-create.com/tesuto11/wp-content/uploads/recruit-bg-01-sp.png");
}	
}


/*---------------------------------------------------------*/
/* 動画背景 */
/*---------------------------------------------------------*/

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


/*
==================================================
ボックスの右下に三角
==================================================
*/

.triangle {
    background: #fff;
    width: 700px;
    margin: 0 auto;
    position: relative;
	padding:20px 40px;
	box-shadow: 15px 15px 0px 0 rgb(214, 214, 214);
}
@media screen and (max-width: 760px) {
.triangle {
    width: 100%;
}
}

.triangle p {
	color:#000;
	font-size:26px;
}

@media screen and (max-width: 760px) {
.triangle p {
	font-size:22px;
}
}
 
/* ラベル部分 右下に表示 */
.triangle::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 4em solid transparent;
    border-right: 14em solid #e20012; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.triangle::after {
    display: block;
    bottom: 5px;
    transform: rotate(135deg);
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    right: 0px;
    position: absolute;
    z-index: 101;
}

.list3{
  list-style:none;
    color: #000; /* 文字色はここで変更 */
	margin:50px 20px;
}
@media screen and (max-width: 760px) {
.list3{
	margin:50px 0;
}
}
.list3 li{
  position:relative;
	margin:10px 0;
	font-size:26px;
	text-align:left;
}
@media screen and (max-width: 760px) {
.list3 li{
	font-size:22px;
}
}

.list3 li:before{
  content:"■";
  display:block;
  position:absolute;
  left:-1em;
  color:#e20012;
}




/*
==================================================
運営者情報で使ってる表
==================================================
*/
/* table01 */
#table01 {
    max-width: 800px;
    margin: 0 auto;
	font-size:20px;
}
@media screen and (max-width: 960px) {
#table01 {
    max-width: 800px;
    margin: 0 auto;
	padding:0;
}
}


#table01 tr {
    border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
    padding: 24px 0;
    border: none;
	padding:20px 10px;
	vertical-align:middle;

}

#table01 th {
  width: 30%;
	background-color: #fff;
	text-align:left;
}

/* sp */
@media only screen and (max-width: 760px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
	  font-size:1.0em;
  }

  #table01 th {
    width: 100%;
	background-color: #F5F5F5;
  }

  #table01 td {
    padding-top: 10px;
  }
	
  #table01 tr {
    border-bottom: none;
  }
}


.table_kakomi {
	width:100%;
}
.table_kakomi_01 {
	margin:10px;
	padding:0;

}





/*
==================================================
お問い合わせ
==================================================
*/
.contact-width{max-width: 100%;}

/*必須の調整*/
.haveto{
 font-size:7px;
 padding:5px;
 background:#8c6239;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#c69c6d;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#8c6239;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:50px;
 border: none;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#f4ecde;
 color:#8c6239;
  transition: 0.3s;	
}

#table01 th{
text-align:left;
vertical-align:middle;	
}

input {

}
@media screen and (max-width: 960px) {
input {
        width: 100%;
}
}

textarea {
width: 100%;
}

.wpcf7-form-control{
font-size:17px;
}

input[type="checkbox" i] {
margin: 3px 3px 3px 4px;
}


.contact_kakomi {
    width: 900px;
    margin: 0 auto;	
}
.contact_kakomi p {
	font-size:24px;
	text-align:center;
}
@media screen and (max-width: 960px) {
.contact_kakomi {
    width: 100%;
	text-align:left;
}
}
@media screen and (max-width: 960px) {
.contact_kakomi p {
	text-align:left;
}
}


input[type="submit" i] {
    appearance: auto;
    user-select: none;
    white-space: pre;
    align-items: flex-start;
    text-align: center;
    cursor: default;
    box-sizing: border-box;
	background-color: #e50012;
    color: #fff;
    padding: 1px 6px;
    border-style: outset;
	border-color: #fff;
    border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
    border-image: initial;
}




/* ▼▼▼スライドショー（フルスクリーン）▼▼▼ */
#pcontainer {
	position:relative;
	width:100%; 
	height:100%;
	min-width:100%;	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 100vh;
}

@media screen and (max-width: 640px) {
#pcontainer {
	position:relative;
	width:100%; 
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    height: 100vh;
}	
}	

/* テキスト部分のスタイル */
#centeredText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.9vw;
  color: white;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  z-index: 10;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 800;	
  letter-spacing: 0.13em;	
}


/* モバイルデバイスでのテキストサイズ調整 */
@media screen and (max-width: 1024px) {
  #centeredText {
    font-size: 6vw;
  }
}

/* モバイルデバイスでのテキストサイズ調整 */
@media screen and (max-width: 760px) {
  #centeredText {

  }
}

@media screen and (max-width: 480px) {
  #centeredText {
    font-size: 9vw;
    font-weight: 500;
  }
}

#photo1 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-00001.jpg");
}
#photo2 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-00002.jpg");
}
#photo3 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-0003.jpg");
}

#photo4 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-004.jpg");
}
#photo5 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-005.jpg");
}

@media screen and (max-width: 1024px) {
#photo1 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-01-tab.jpg");
}
#photo2 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-02-tab.jpg");
}
#photo3 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-03-tab.jpg");
}
#photo4 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-04-tab.jpg");
}
#photo5 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-05-tab.jpg");
}
}

@media screen and (max-width: 480px) {
#photo1 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-01-sp.jpg");
}
#photo2 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-02-sp.jpg");
}
#photo3 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-03-sp.jpg");
}
#photo4 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-04-sp.jpg");
}
#photo5 { 
	background-image: url("https://mikihouse3939.com/wp-content/uploads/header-05.jpg");
}
}

#photo1 {
  animation: imageformFirst 30s infinite;
  -webkit-animation: imageformFirst 30s infinite;
}

/* 2枚目以降のアニメーション調整 */
#photo2 {
  animation: imageform 30s infinite;
  animation-delay: 7.5s;  /* 次のスライドが遅れて表示されるよう調整 */
  -webkit-animation: imageform 30s infinite;
  -webkit-animation-delay: 7.5s;
}

#photo3 {
  animation: imageform 30s infinite;
  animation-delay: 15s;
  -webkit-animation: imageform 30s infinite;
  -webkit-animation-delay: 15s;
}

#photo4 {
  animation: imageform 30s infinite;
  animation-delay: 22.5s;
  -webkit-animation: imageform 30s infinite;
  -webkit-animation-delay: 22.5s;
}

#photo5 {
  animation: imageform 30s infinite;
  animation-delay: 30s;
  -webkit-animation: imageform 30s infinite;
  -webkit-animation-delay: 30s;
}



@keyframes imageformFirst {
  0%   { opacity: 0; }
  10%  { opacity: 1; }   /* フェードインを少し早く開始 */
  35%  { opacity: 1; }   /* 短めに表示 */
  45%  { opacity: 0; }   /* フェードアウトも少し早く */
  100% { opacity: 0; }
}

@-webkit-keyframes imageformFirst {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  35%  { opacity: 1; }
  45%  { opacity: 0; }
  100% { opacity: 0; }
}

.frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  opacity: 0;
  animation: imageform 30s infinite;
  -webkit-animation: imageform 30s infinite;
}

@keyframes imageform {
  0%   { opacity: 0; }
  10%  { opacity: 1; }   /* フェードインを少し早く */
  35%  { opacity: 1; }   /* 短めに表示 */
  45%  { opacity: 0; }   /* フェードアウトも少し早く */
  100% { opacity: 0; }
}

@-webkit-keyframes imageform {
  0%   { opacity: 0; }
  10%  { opacity: 1; }
  35%  { opacity: 1; }
  45%  { opacity: 0; }
  100% { opacity: 0; }
}


/* ▲▲▲スライドショー（フルスクリーン）▲▲▲ */










/* ▼▼▼ローディングアニメーション▼▼▼ */
/* ローディングアニメーション */
#loader-bg {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 100px;	
  margin-top: -50px;
  margin-left: -150px;
  text-align: center;
  z-index: 100000;
}
.rrr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .rrr {
    top: 0%;
    left: -30%;
  }
}

.rrr img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* ▲▲▲ローディングアニメーション▲▲▲ */
























/* ▼▼▼ミキハウスについて▼▼▼ */
        /* セクション全体のスタイル */
        .about-section {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 40px;
			margin:40px 0;
            background-color: #f9f9f9;
        }

        /* 写真部分のスタイル（角丸適用） */
        .about-photo {
            width: 50%;
            border-radius: 15px; /* 写真のみ角丸 */
        }

        /* テキスト部分のスタイル */
        .about-text {
            padding-left: 40px;
            max-width: 50%;
            position: relative; /* 子要素の位置を指定するために必要 */
        }

        .about-text h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
			z-index: 2;
        }
        .icon {
            width: 40px;
            margin-right: 10px;
            border-radius: 0; /* アイコンは角丸なし */
        }
        /* About Miki House 画像のスタイル（斜め配置） */
        .about-image {
            position: absolute;
            top: -30px;
            right: 10px;
            transform: rotate(15deg); /* 斜めに配置 */
            width: 300px; /* サイズを調整 */
            opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */		
			z-index: 1; /* 画像を背面に配置 */
        }

        /* 見出し部分のスタイル */
        .about-text h3 {
            font-size: 1.75rem;
            color: #555;
            margin-bottom: 20px;
			z-index: 2;			
        }

        /* 本文部分のスタイル */
        .about-text p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #666;
        }

@media screen and (max-width: 960px) {
        .about-image {
            top: -30px;
            right: 10px;
            width: 250px; /* サイズを調整 */
            opacity: 0.5; /* 画像を少し透明にしてデザイン性を高める */		
        }	
}
        @media screen and (max-width: 768px) {
            /* モバイル対応のレイアウト */
            .about-section {
                flex-direction: column;
                text-align: center;
                padding: 40px 15px;
            }

            .about-photo {
                width: 100%;
                margin-bottom: 20px;
            }

            .about-text {
                padding-left: 0;
                max-width: 100%;
            }

            .about-image {
                top: -30px;
                right: 10px;
                width: 250px; /* サイズを調整 */
                transform: rotate(10deg); /* 斜めに配置 */
            }
            .about-text h2 {
                font-size: 1.8rem;
        }
        }

@media screen and (max-width: 480px) {
            .about-text p {
                text-align:left;
				padding:0 10px;
        }
}





/* ▼▼▼スライドショー▼▼▼ */
.swiper-container {
  width: 100%;
  overflow: visible; /* スライドがはみ出すのを許可 */
  margin:70px 0;
}

.swiper-slide {
  width: auto; /* スライドの幅を自動調整 */
}


    .slider {
      position: relative;
      width: 100%;
      max-width: 1200px;
      margin: auto;
      overflow: hidden;
    }

    .slides {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slide {
      min-width: 25%; /* 4枚表示するための幅 */
      flex: 0 0 25%;
    }

    .slide img {
      width: 100%;
      display: block;
    }

.swiper-slide img {
  width: 100%; /* 画像がスライド内で全幅に */
  height: auto; /* 画像のアスペクト比を保持 */
  border-radius: 15px; /* 画像の角を丸くする */
}

    .navigation {
      position: absolute;
      width: 100%;
      top: 50%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
    }

    .prev, .next {
      cursor: pointer;
      font-size: 2em;
      color: white;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      border-radius: 50%;
    }

    .dots {
      text-align: center;
      position: absolute;
      bottom: 10px;
      width: 100%;
    }

    .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 5px;
      background-color: #8c6239;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
      background-color: #717171;
    }

    /* スマホ対応 */
    @media screen and (max-width: 768px) {
      .slide {
        min-width: 100%; /* スマホの場合、1枚ずつ表示するため100%幅に */
        flex: 0 0 100%;
      }
    }

/* 左右の矢印ボタンの色を#8c6239に変更 */
.swiper-button-next, .swiper-button-prev {
  color: #8c6239 !important; /* !importantを使って強制適用 */
}

.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 24px; /* 矢印の大きさを調整（オプション） */
}

/* 通常のドット（ページネーション）のデフォルト色を#8c6239に変更 */
.swiper-pagination-bullet {
  background-color: #8c6239 !important;
  opacity: 0.5 !important;
}

/* アクティブなドットの色を変更 */
.swiper-pagination-bullet-active {
  background-color: #8c6239 !important; /* アクティブなドットの色を強制的に変更 */
  opacity: 1 !important; /* アクティブなドットの不透明度を最大に */
  transform: scale(1.2); /* オプション: アクティブなドットを少し大きくする（必要であれば） */
}











/* ▼▼▼Arie（アリエ）のセクション▼▼▼ */
        /* セクション全体のスタイル */
        .arie-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            margin: 60px 0;
        }

        /* テキスト部分のスタイル */
        .arie-text {
            width: 50%;
            padding-right: 20px;
        }

        /* ロゴ部分のスタイル */
        .arie-logo {
            text-align: center;
            margin-bottom: 20px;
        }

        .arie-logo img {
            max-width: 100%;
            height: auto;
            width: 150px; /* ロゴの大きさは自由に調整できます */
        }

        .arie-text h2 {
            font-size: 2rem;
            color: #704214;
        }

        .arie-text p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333;
        }

        /* ボタンのスタイル */
        .arie-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #a86b43;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 10px;
        }

        .arie-button:hover {
            background-color: #8c5938;
        }

        /* 画像部分のスタイル（動画をここに入れる） */
        .arie-image {
            width: 45%;
        }

        .arie-image video {
            width: 100%;
            border-radius: 10px;
        }

@media screen and (max-width: 960px) {
        .arie-text h2 {
            font-size: 1.8rem;
        }	
	
        .arie-section {
            margin: 60px 0 30px 0;
        }	
}

        /* レスポンシブ対応（768px以下） */
        @media only screen and (max-width: 768px) {
            .arie-section {
                flex-direction: column-reverse; /* スマホ版では下から上に順番を逆にする */
                margin: 30px 0 0px 0;
                padding: 20px 20px 0px 20px;
            }

            .arie-text h2 {
                margin: 40px 0 20px 0;
            }

            .arie-text {
                width: 100%;
                padding-right: 0;
            }

            .arie-image {
                width: 100%;
                margin-bottom: 20px;
            }
        }

        /* 追加のレスポンシブ対応（480px以下） */
        @media only screen and (max-width: 480px) {
            .arie-text h2 {
                font-size: 1.5rem;
            }

            .arie-text p {
                font-size: 1rem;
            }

            .arie-button {
                padding: 8px 15px;
                font-size: 0.9rem;
            }
        }












/* ▼▼▼HUCK（ハック）のセクション▼▼▼ */
        /* セクション全体のスタイル */
        .huck-section {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            margin: 60px 0px 20px 0px;
        }

        /* テキスト部分のスタイル */
        .huck-text {
            width: 50%;
            padding-left: 35px;
            position: relative; /* ロゴの位置を調整するために必要 */
        }

        /* ロゴ部分のスタイル */
        .huck-logo {
            text-align: center;
            margin-bottom: 20px;
        }

        .huck-logo img {
            max-width: 100%;
            height: auto;
            width: 220px; /* ロゴの大きさを調整 */
        }

        .huck-text h2 {
            font-size: 2rem;
            color: #333;
        }

        .huck-text p {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #333;
        }

        /* ボタンのスタイル */
        .huck-button {
            display: inline-block;
            padding: 10px 20px;
            background-color: #a86b43;
            color: #fff;
            border-radius: 5px;
            text-decoration: none;
            font-weight: bold;
            margin-top: 10px;
        }

        .huck-button:hover {
            background-color: #8c5938;
        }

        /* 画像部分のスタイル */
        .huck-image {
            width: 50%;
        }

        .huck-image img {
            width: 100%;
            border-radius: 10px;
        }

        /* レスポンシブ対応 */
@media screen and (max-width: 960px) {
        .huck-text h2 {
            font-size: 1.8rem;
        }	
}

        @media only screen and (max-width: 768px) {
            .huck-section {
                flex-direction: column;
                margin: 0px 0px 20px 0px;
                padding: 0px 20px 20px 20px;				
            }

            .huck-text h2 {
                margin: 40px 0px 20px 0px;
            }

            .huck-text {
                width: 100%;
                padding-left: 0;
                padding-bottom: 20px;
            }

            .huck-image {
                width: 100%;
            }
        }







/* ▼▼▼あなたの家づくり、はじめの一歩のセクション▼▼▼ */
.intro-section {
    background-color: #fdf4e3; /* 背景色 */
    padding: 60px 40px;
    margin: 80px 0;
    text-align: center; /* セクション全体の中央寄せ */
    position: relative;
}

/* 見出しのコンテナ（見出しと英字画像のセット） */
.heading-container {
    position: relative;
    display: inline-block; /* テキストを中央に寄せるため */
    width: 100%; /* 親要素の幅を最大化 */
    max-width: 100%;	
}

/* タイトル部分のスタイル */
.intro-section h2 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* 英字画像のスタイル */
.english-text {
    position: absolute;
    top: 30px;
    right: 250px;
    transform: rotate(15deg);
    width: 450px;
    height: auto; /* 高さを自動調整 */	
	opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */	
}

/* テキスト部分のスタイル */
.intro-section p {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #333;
    margin: 0 auto;
    max-width: 800px; /* テキストの横幅制限 */
    text-align: left;
}

/* レスポンシブ対応 */
@media screen and (max-width: 1200px) {
.english-text {
    top: 30px;
    right: 50px;
    width: 450px;
}
}

@media screen and (max-width: 960px) {
.intro-section {
    margin: 80px 0 40px 0;
}	
	
.intro-section h2 {
    font-size: 2.0rem;
}
	
.english-text {
    top: 30px;
    right: 0px;
    width: 450px;
}	
}

@media only screen and (max-width: 768px) {
    .intro-section {
        padding: 60px 20px;
        margin: 20px 0 40px 0;
    }

    .intro-section h2 {
        font-size: 2rem;
    }

    .intro-section p {
        font-size: 1.1rem;
        max-width: 90%;
    }

    .english-text {
        top: 0px;
        right: -80px;
        width: 370px;
	opacity: 0.5; /* 画像を少し透明にしてデザイン性を高める */			
    }
}

@media screen and (max-width: 480px) {
    .english-text {
        top: 0px;
        right: -80px;
        width: 500px;
    }
	
    .intro-section h2 {
        font-size: 1.7rem;
    }	
}






/* ▼▼▼家づくりのステップのセクション▼▼▼ */
        /* セクション全体のスタイル */
        .steps-section {
            padding: 40px;
        }

        /* 見出しのスタイル */
        .steps-title {
            font-size: 2.5rem;
            text-align: center;
            margin-bottom: 40px;
            color: #333;
            font-weight: bold;
        }

        /* ステップ全体のスタイル */
        .step {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
        }

        /* 丸い番号のスタイル */
        .step-number {
            background-color: #c0a167;
            color: white;
            font-size: 2rem;
            width: 80px;
            height: 80px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50%;
            margin-right: 20px;
        }

        /* 横並びの見出しと詳細のスタイル */
        .step-content {
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .step-heading {
            display: flex;
            align-items: baseline;
            margin-bottom: 10px;
        }

        .step-text {
            font-size: 1.5rem;
            color: #c0a167;
            font-weight: bold;
            margin-right: 10px;
        }

        .step-title {
            font-size: 1.5rem;
            color: #333;
            position: relative;
            padding: 0px 0px 5px 5px;
        }

        /* 見出しの下線 */
        .step-title::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            background-color: #c0a167;
        }

        /* 詳細な説明部分のスタイル */
        .step-description {
            font-size: 1.1rem;
            line-height: 1.8;
            color: #666;
        }

        /* 画像部分のスタイル */
        .step-image {
            width: 30%;
            border-radius: 10px;
            margin-right: 20px;
        }

        /* レスポンシブ対応 */
@media screen and (max-width: 960px) {
        .steps-title {
            font-size: 2.0rem;
        }	
        /* 丸い番号のスタイル */
        .step-number {
            width: 50px;
            height: 50px;
            margin-right: 10px;			
        }	
        .step-title {
            font-size: 1.3rem;
        }	
}

        @media only screen and (max-width: 768px) {
        .steps-section {
            padding: 40px 15px 20px 15px;
        }			
            .step {
                flex-direction: column;
                align-items: flex-start;
            }

            .step-content {
                padding-right: 0;
                margin-top: 20px;
            }

            .step-image {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px;
            }						
        }

@media screen and (max-width: 480px) {
        .steps-title {
            font-size: 1.7rem;
        }
}



/* ▼▼▼住まいを支える施工サービスのセクション▼▼▼ */
.exterior-title-wrapper {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

/* 見出しの右上に斜めに配置する英字画像 */
.angled-english {
    position: absolute;
    top: -20px;
    right: 250px;
    transform: rotate(15deg);
	width: 350px; /* サイズ調整 */
	opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */		
}

/* 既存のスタイル */
.exterior-container {
    padding: 40px 40px 80px 40px;
    background-color: #f8f8f8;
    margin: 70px 0;
}

.exterior-title {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    text-align: center;	
}

.exterior-subtitle {
    font-size: 1.5rem;
    color: #555;
    margin-bottom: 30px;
}

.exterior-image {
    display: block;
    margin: 0 auto 30px auto;
    width: 100%;
    max-width: 1000px;
    border-radius: 10px;
}

.exterior-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
.angled-english {
    position: absolute;
    top: -20px;
    right: 100px;
    transform: rotate(15deg);
	width: 350px; /* サイズ調整 */
	opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */		
}
}

@media only screen and (max-width: 960px) {
.exterior-title-wrapper {
    margin-bottom: 15px;
}	
.angled-english {
    position: absolute;
    top: -20px;
    right: 0px;
    transform: rotate(15deg);
	width: 350px; /* サイズ調整 */
	opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */		
}
}

@media only screen and (max-width: 768px) {
    .exterior-container {
        padding: 40px 10px 60px 10px;
        margin: 20px 0 70px 0;		
    }
    
    .exterior-title {
        font-size: 1.8rem;
    }

    .exterior-subtitle {
        font-size: 1.6rem;
    }

    .angled-english {
        top: -30px;
        right: -10px;
        width: 300px; /* サイズ調整 */
        opacity: 0.5; /* 画像を少し透明にしてデザイン性を高める */	
    }
	
.exterior-description {
padding: 0 10px;
}	
}

@media screen and (max-width: 480px) {
    .exterior-container {
        padding: 80px 10px 60px 10px;	
    }
	
.exterior-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
}
	
    .angled-english {
        top: -40px;
        right: -10px;
        width: 280px; /* サイズ調整 */
    }	
}








/* ▼▼▼実際の施工事例をご紹介のセクション▼▼▼ */
        /* コンテナ全体のスタイル */
        .gallery-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
			padding: 80px 0px; /* 上下に50pxの余白を追加 */
			position: relative; /* 英文画像を重ねるために relative を追加 */			
}

        .gallery-container h3 {
            font-size: 1.8rem;
            margin-bottom: 20px;
            position: relative;			
        }

/* 英字部分の画像スタイル */
        .gallery-image {
            position: absolute;
            top: 120px; /* 見出しの上に配置 */
            right: 100px; /* 右に斜め配置 */
            transform: rotate(15deg); /* 斜めに配置 */
            width: 400px; /* 画像サイズを調整 */
            opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */
}

        .gallery-container p {
            font-size: 1.1rem;
            line-height: 1.5;
            padding: 30px 0;
            max-width: 800px;
            margin: 0 auto;
			text-align:left;
        }

        .grid-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 10px;
			margin:40px 0 0px 0;
        }

        .grid-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            aspect-ratio: 1 / 1;
            border-radius: 10px;

        }

        /* モバイル対応 */
        @media only screen and (max-width: 768px) {
            .grid-container {
                grid-template-columns: repeat(2, 1fr);
                padding: 20px 0px 0px 0px; /* 上下に50pxの余白を追加 */		
                margin:20px 0 0px 0;	
            }
        .gallery-image {
            position: absolute;
            top: 120px; /* 見出しの上に配置 */
            right: -20px; /* 右に斜め配置 */
            transform: rotate(15deg); /* 斜めに配置 */
            width: 400px; /* 画像サイズを調整 */
            opacity: 0.5; /* 画像を少し透明にしてデザイン性を高める */
}	
			
        .gallery-container p {
            padding: 30px 20px;
        }				
        }

        @media only screen and (max-width: 480px) {
        .gallery-container {
			padding: 80px 10px 20px 10px; /* 上下に50pxの余白を追加 */		
            }			
            .grid-container {
                padding: 20px 0px 0px 0px; /* 上下に50pxの余白を追加 */						
                margin:20px 0px 0px 0px;					
            }
        .gallery-container p {
            padding: 30px 10px;
            }			

        .gallery-image {
            top: 90px; /* 見出しの上に配置 */
            right: -20px; /* 右に斜め配置 */
            width: 350px; /* 画像サイズを調整 */
            }					
        }















/* ▼▼▼お問い合わせのセクション▼▼▼ */
.contact-section {
    background-color: #f6f0e9;
    padding: 50px 20px;
    text-align: center;
	margin: 80px 0;
}

/* セクションの見出し */
.contact-section h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
}

/* 説明テキスト */
.contact-section p {
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 40px;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
	padding:20px 0;
    text-align: left;	
}

/* ボタンのコンテナ */
.contact-buttons {
    display: inline-flex; /* ボタンを横並びにする */
    justify-content: center;
    align-items: stretch; /* 各ボタンの高さを揃える */
    gap: 10px; /* ボタン同士の間隔 */
    margin: 0 auto;
    flex-wrap: nowrap;
}

/* 各ボタンのスタイル */
.contact-button {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1 1 auto;
    margin: 0;
    display: flex;
    flex-direction: column; /* テキストとアイコンを縦並びに */
    justify-content: center; /* 中央寄せ */
    align-items: center; /* アイコンとテキストを中央揃え */
}

/* ボタン内のテキスト */
.contact-button h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #7c4a2c;
    flex-grow: 1; /* テキスト部分を広げて高さを調整 */
    text-align: center; /* テキストを中央揃え */
}

/* アイコンのスタイル */
.contact-button img {
    width: 40px;
    margin: 40px 0px 0px 0px;
    display: block;
    text-align: center; /* アイコンを中央揃え */
}

/* ボタンがホバーされたとき */
.contact-button:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ対応 */
@media only screen and (max-width: 768px) {
.contact-section {
    padding: 20px 20px 50px 20px;
	margin: 0px 0 120px 0;	
    }
    .contact-buttons {
        flex-direction: column;
        gap: 20px;
    }
    .contact-button {
        width: 100%;
        max-width: 300px;
    }
}

@media only screen and (max-width: 768px) {
.contact-section {
    padding: 50px 20px 80px 20px;
}	
}	

@media only screen and (max-width: 480px) {
.contact-section h2 {
    font-size: 1.6rem;
}
}



/*
==================================================
店舗情報のセクション
==================================================
*/
        .access-section {
            padding: 80px 40px;
            background-color: #f9f9f9;
            position: relative;
			margin: 80px 0;
        }

        /* 英字部分のスタイル（斜め配置） */
        .access-image {
            position: absolute;
            top: 10%;
            right: 20%;
            transform: rotate(15deg); /* 斜めに配置 */
            width: 400px; /* サイズを調整 */
            opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */			
        }

        /* 日本語テキスト部分 */
        .access-text h3 {
            font-size: 2rem;
            color: #333;
            margin-bottom: 40px;
            text-align: center;
        }

        /* スタジオ情報とマップの横並びコンテナ */
        .studios-container {
            display: flex;
			flex-direction: row; /* 横並びに設定 */
            justify-content: space-around;
            align-items: flex-start;
            gap: 40px;
    flex-wrap: nowrap; /* 横並びを強制 */
        }

        /* 各スタジオとマップの縦並びコンテナ */
        .store-map-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 100%; /* コンテナの幅を全体に広げる */
            width: 100%;
        }

        .store-map {
            width: 100%;
        }

        .store-details {
            margin-bottom: 20px;
            text-align: center;
        }

        /* Googleマップのスタイル */
        .map-iframe {
            width: 100%;
            height: 450px; /* 高さも広げる */
            border: 0;
            border-radius: 15px;
        }

/* ▼▼▼スマホ版の対応スタイル▼▼▼ */
        @media screen and (max-width: 1060px) {
        .access-image {
            top: 80px;
            right: 80px;
            width: 400px; /* サイズを調整 */			
        }
        }
        @media screen and (max-width: 768px) {
            /* モバイル対応 */
        .access-section {
            padding: 80px 20px;
            background-color: #f9f9f9;
            position: relative;
        }			

            .studios-container {
                flex-direction: column;
                align-items: center;
                gap: 0px;				
            }

            .map-iframe {
                width: 100%;
                height: 250px;
            }

            .access-image {
            top: 60px;
            right: -10px;
                width: 350px; /* サイズを調整 */
            }
			
        .store-details {
            text-align: left;
        }		
			
        .store-map {
            max-width:700px;
       }	
			
        .store-map-container {
            display: flex;
            flex-direction: column;
            align-items: initial; /* 初期状態に戻す */
            gap: 0px; /* コンテンツ間のスペースを減らす */
        }			
        }

        @media screen and (max-width: 480px) {
    /* 英字部分のスタイル（スマホ用） */
    .access-image {
        top: 80px;
        right: 10px;
        width: 350px; /* サイズを小さく調整 */
        transform: rotate(10deg); /* 角度を少し緩やかに */
        opacity: 0.5; /* さらに透明度を上げて背景として使いやすく */
    }

    /* 日本語テキスト部分 */
    .access-text h3 {
        font-size: 1.5rem; /* テキストサイズを少し小さく */
    }

    .store-map-container {
        max-width: 100%; /* コンテナの幅をデバイス幅に合わせる */
    }

    .map-iframe {
        width: 100%; /* マップを画面幅に合わせる */
        height: 200px; /* 高さを少し低めに調整 */
    }
    .store-details {
        text-align: left;
    }
}









/*
==================================================
リンクボタン　茶色（左寄せ）
==================================================
*/
.button19 {
  margin: 30px 0 70px 0;
}

.button19 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border:solid 2px #8c6239;
  background-color: #8c6239;
  transition: 0.3s;
  border-radius: 50px;
  text-decoration:none;
}

.button19 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #c69c6d;
  transition: 0.3s;
}

.button19 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #c69c6d;
  transition: 0.3s;
}

.button19 a:hover {
  text-decoration: none;
	border:solid 2px #8c6239;
	background-color: #fff;
	color:#8c6239;
}

.button19 a:hover::before,
.button19 a:hover::after {
  right: -2.5em;
}

@media screen and (max-width: 480px) {
.button19 a {
  width: 95%;
}	
}




/*
==================================================
リンクボタン　茶色（中央寄せ）
==================================================
*/
.button20 {
  margin: 0px;
}

.button20 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border:solid 2px #8c6239;
  background-color: #8c6239;
  transition: 0.3s;
  border-radius: 50px;
  text-decoration:none;
}

.button20 a::before {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  right: -2em;
  transform: translateY(calc(-50% - 2px)) rotate(30deg);
  width: 12px;
  height: 2px;
  background-color: #c69c6d;
  transition: 0.3s;
}

.button20 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2em;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background-color: #c69c6d;
  transition: 0.3s;
}

.button20 a:hover {
  text-decoration: none;
  border:solid 2px #8c6239;
  background-color: #fff;
  color:#8c6239;
}

.button20 a:hover::before,
.button20 a:hover::after {
  right: -2.5em;
}


@media screen and (max-width: 768px) {
.button20 {
  margin: 0px 0px 80px 0px;
}
}

@media screen and (max-width: 480px) {
.button20 a {
  width: 85%;
}	
}


/*
==================================================
施工事例のページで使用
==================================================
*/
  .image-fit {
    width: 100%;
    height: 300px; /* ここで画像の高さを指定 */
    object-fit: cover; /* 指定されたサイズに合わせて切り取る */
    border-radius: 0px; /* 角を丸めたい場合 */
  }

@media screen and (max-width: 760px) {
  .image-fit {
    height: 170px; /* ここで画像の高さを指定 */
  }
}


/*
==================================================
施工事例のページ
==================================================
*/
        .construction-container {
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
			padding: 0px 0px; /* 上下に50pxの余白を追加 */			
        }

        .construction-container h1 {
            font-size: 2rem;
            margin-bottom: 20px;
        }
        .construction-container h3 {
			max-width: 800px;
            margin: 0 auto;	
            font-size: 2rem;
            margin-bottom: 20px;
            margin-top: 20px;			
            background: #fffaf4;/*背景色*/
            border-left: solid 5px #8c6239;/*左線（実線 太さ 色）*/
			padding: 0.5em;/*文字周りの余白*/
			text-align:left;
        }
        .construction-container h4 {
			max-width: 800px;
            margin: 0 auto;	
            font-size: 1.6rem;
            margin-bottom: 0px;
            margin-top: 20px;			
            border-bottom: solid 5px #8c6239;/*下線（実線 太さ 色）*/
			padding: 0.5em 0.5em 0.5em 0em;/*文字周りの余白*/
			text-align:left;
        }
        .construction-container p {
            font-size: 1.1rem;
            line-height: 1.5;
            padding: 30px 0;
            max-width: 800px;
            margin: 0 auto;
			text-align:left;
        }

@media screen and (max-width: 760px) {
        .construction-container h3 {
            font-size: 1.6rem;
        }
}





/*
==================================================
店舗情報のページセクション
==================================================
*/
        .access-section-01 {
			max-width: 800px;
            margin: 0 auto;
            position: relative;
        }

        /* 英字部分のスタイル（斜め配置） */
        .access-image-01 {
            position: absolute;
            top: 10%;
            right: 20%;
            transform: rotate(15deg); /* 斜めに配置 */
            width: 300px; /* サイズを調整 */
        }

        /* 日本語テキスト部分 */
        .access-text-01 h3 {
			max-width: 800px;
            margin: 0 auto;	
            font-size: 2rem;
            margin-bottom: 20px;
            margin-top: 20px;			
            background: #fffaf4;/*背景色*/
            border-left: solid 5px #8c6239;/*左線（実線 太さ 色）*/
			padding: 0.5em;/*文字周りの余白*/
			text-align:left;
        }

        /* スタジオ情報とマップの横並びコンテナ */
        .studios-container-01 {
            display: flex;
            justify-content: space-around;
            align-items: flex-start;
            gap: 40px;
            flex-wrap: wrap; /* スクリーンサイズが狭いときは縦並びに切り替え */
        }

        /* 各スタジオとマップの縦並びコンテナ */
        .store-map-container-01 {
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 400px; /* 横幅を固定 */
        }

        .store-details-01 {
            margin-bottom: 20px;
            text-align: center;
        }

        /* Googleマップのスタイル */
        .map-iframe-01 {
            width: 100%;
            height: 300px;
            border: 0;
            border-radius: 15px;
        }


        @media screen and (max-width: 768px) {
            /* モバイル対応 */
            .studios-container-01 {
                flex-direction: column;
                align-items: center;
            }

            .map-iframe-01 {
                width: 100%;
                height: 250px;
            }

            .access-image-01 {
                top: 60px;
                right: 20px;
                width: 300px; /* サイズを調整 */
            }

            .access-text-01 h3 {
                font-size: 1.6rem;
            }
        }







/*
==================================================
会社概要のページセクション
==================================================
*/
.content-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 1300px; /* 最大幅を設定 */
    margin: 0 auto; /* 中央寄せ */
}

.image-section img {
    max-width: 600px;
    height: auto;
    border-radius: 10px;
}

.text-section {
    max-width: 600px;
    padding-left: 20px;
}
.main-heading {
    font-size: 3rem; /* より大きく設定 */
    font-weight: bold;
    color: #42210b;
    margin-bottom: 10px;
}

.sub-heading {
    font-size: 1.5rem; /* こちらはそのまま */
    font-weight: normal;
    color: #8c6239;
    margin-bottom: 20px;
}


@media (max-width: 960px) {
    .content-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 20px;		
    }

    .text-section {
        padding: 20px 0px 0px 0px;
    }

    .image-section img {
        max-width: 100%;
    }
	
    .main-heading {
        font-size: 2.1rem; /* より大きく設定 */
    }	
	
    .sub-heading {
        font-size: 1.4rem; /* こちらはそのまま */
    }
}









/*
==================================================
画像の下にサブ画像3つのタグ
==================================================
*/
.gallery{
	margin:0 0 5px 0;
	width:100%;
}

.gallery li{
	list-style:none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width:33.3333%!important;
	list-style:none;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}









/*
==================================================
画像を角丸にする
==================================================
*/
  .rounded-image {
    width: 100%;
    border-radius: 15px;
  }












/*
==================================================
Arie専用のページセクション
==================================================
*/
.homepage-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
}

.image-container {
    position: relative;
    flex: 2;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.small-images {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.small-image {
    width: 48%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.text-container {
    flex: 1;
    margin-left: 30px;
}

.title_01 {
    font-size: 2rem;
    color: #555;
    margin-bottom: 20px;
}

.description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .homepage-section {
        flex-direction: column;
        padding: 20px 5px;
    }

    .text-container {
        margin-left: 0;
        margin-top: 20px;
        text-align: left;
    }

    .main-image {
        width: 100%;
    }

    .small-images {
        justify-content: center;
    }

    .small-image {
        width: 50%;
		padding: 0 5px 0;
    }
	
    .title_01 {
		font-size: 1.5rem;
    }	
}



/*
==================================================
Arie専用のページセクション
==================================================
*/
.reversed-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px;
    flex-direction: row-reverse; /* Ensure image is on the right, text on the left */
}

.reversed-image-container {
    position: relative;
    flex: 2;
}

.reversed-main-image {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.reversed-small-images {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.reversed-small-image {
    width: 48%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.reversed-text-container {
    flex: 1;
    margin-right: 30px;
}

.reversed-title {
    font-size: 2rem;
    color: #555;
    margin-bottom: 20px;
}

.reversed-description {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #333;
}

/* Mobile Responsive Design */
@media (max-width: 768px) {
    .reversed-section {
        flex-direction: column; /* Image on top, text below for mobile */
        padding: 20px 5px;
    }

    .reversed-text-container {
        margin-right: 0;
        margin-top: 20px;
        text-align: left;
    }

    .reversed-main-image {
        width: 100%;
    }

    .reversed-small-images {
        justify-content: center;
    }

    .reversed-small-image {
        width: 50%;
		padding: 0 5px 0;
    }
}



















/*
==================================================
HUCK専用のページセクション
==================================================
*/
.natural-material-section {
    width: 100%;
	margin:70px 0;
    padding: 50px 50px 120px 50px;
    box-sizing: border-box;
    background-color: #f4f4f4;	
}

.natural-material-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px; /* Adjusted gap to create a small space */
}

.text-area {
    width: 50%;
	padding: 0 50px 0 10px; /* Small padding for a subtle gap */
}

.text-area h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.text-area p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.image-area {
    width: 50%;
    position: relative;
}

.large-image {
    width: 100%;
    border-radius: 0px;
    margin-bottom: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);	
}

.small-image_01 {
    width: 55%;
    border-radius: 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 90%;
    left: -10%; /* Moves the small image slightly left */
}

/* Responsive design for smaller devices */
@media (max-width: 768px) {
    .natural-material-section {
        margin:30px 0;
        padding: 50px 10px 20px 10px;
}	
    .natural-material-wrapper {
        flex-direction: column; /* Stack content in column for mobile */
        align-items: center;
    }

    .image-area {
        order: -1; /* Move image area to the top */
        width: 100%;
    }

    .text-area h2 {
        font-size: 1.6rem;
        margin: 0px 0px 20px 0px;
    }
	
    .text-area {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        padding: 0 10px 0 10px;		
    }

    .small-image_01 {
        width: 55%;
        position: relative; /* No absolute positioning for mobile */
        margin-top: -30px;
		left: -2%;
    }

    .large-image {
        width: 90%;
		margin-left: 20px;
    }
}













/*
==================================================
HUCK専用のページセクション - 修正版
==================================================
*/
.natural-material-section-alt {
    width: 100%;
    margin: 70px 0;
    padding: 50px 50px 120px 50px;
    box-sizing: border-box;
    background-color: #fff;
}

.natural-material-wrapper-alt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

.text-area-alt {
    width: 50%;
    padding: 0 10px 0 60px;
}

.text-area-alt h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.text-area-alt p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.image-area-alt {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-start; /* 左に寄せる */
}

.large-image-container-alt {
    position: relative;
    width: 100%;
}

.large-image-alt {
    width: 100%;
    border-radius: 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.small-image-alt {
    width: 55%;
    border-radius: 0px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    right: -10%;
    top: 90%;	
}

/* スマホ対応 */
@media (max-width: 768px) {
    .natural-material-section-alt {
        margin: 30px 0;
        padding: 50px 10px 20px 10px;
    }
    .natural-material-wrapper-alt {
        flex-direction: column; /* スマホ版で縦に並べる */
        align-items: center;
    }

    .image-area-alt {
        order: -1; /* 画像を上に移動 */
        width: 100%;
    }

    .text-area-alt h2 {
        font-size: 1.6rem;
        margin: 50px 0 0px 0;
    }
	
    .text-area-alt {
        width: 100%;
        padding-left: 0;
        margin-top: 80px;
        padding: 0 10px 0 10px;
    }

    .small-image-alt {
        width: 55%;
        position: absolute;
        margin-top: 0px;
        right: -2%;	
    }

    .large-image-alt {
        width: 90%;
        margin-left: 20px;
    }
}















.material-section_01 {
  width: 100%;
  padding: 50px 0;
  background-color: #f4f4f4;
  margin: 50px 0 0 0;
}

.material-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.visual-content {
  width: 50%;
}

.primary-image {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  margin-left: 20px; /* 画像の左側に余白を追加 */
}

.description-content {
  width: 50%;
  padding: 0 20px;
}

.description-content h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}

.description-content p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333;
}

/* モバイル用のレスポンシブデザイン */
@media (max-width: 768px) {
.material-section_01 {
  padding: 50px 0 0px 0;
  margin: 50px 0 0 0;
}	
  .material-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 0px;	  
  }

  .visual-content {
    width: 100%;
  }

  .description-content {
    width: 100%;
    padding: 20px;
  }

  .description-content h2 {
    padding: 0;
	margin: 0px 0px 20px 0px;
  }
  .primary-image {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0; /* モバイルでは左の余白をなくす */
  }
}









/* セクション全体のスタイル */
.material-section_02 {
    width: 100%;
    margin: 40px 0;
    padding: 60px 0px;
    background-color: #fff;
}

/* パソコン版（デスクトップ用） */
.material-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse; /* Image on the right, text on the left */
}

.text-area-material {
    width: 50%;
    padding-left: 30px;
    text-align: left;	
}

.text-area-material h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.text-area-material p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.image-area-material {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.material-image {
    width: 100%;
    height: auto;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}

/* スマホ版（レスポンシブデザイン） */
@media (max-width: 768px) {
    .material-section_02 {
        padding: 60px 0px 0px 0px;
    }
	
    .material-wrapper {
        flex-direction: column; /* スマホ版では縦並びに */
        align-items: center;
    }

    .image-area-material {
        order: -1; /* 画像を上に表示 */
        width: 100%;
    }

    .text-area-material h2 {
        margin: 0px 0px 20px 0px;
    }

    .text-area-material {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        padding: 0 20px;		
    }

    .material-image {
        width: 100%; /* スマホ版では画像が全幅に */
        margin-bottom: 20px;
    }
}



/* Instagramセクションのスタイル */

        .instagram-section {
            width: 100%;
            max-width: 1400px;
            margin: 0 auto;
            text-align: center;
			padding: 80px 40px; /* 上下に50pxの余白を追加 */
			position: relative; /* 英文画像を重ねるために relative を追加 */		
}

        .instagram-section h3 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            position: relative;			
			margin: 0 0 30px 0;
        }

/* 英字部分の画像スタイル */
        .instagram-image {
            position: absolute;
            top: 120px; /* 見出しの上に配置 */
            right: 100px; /* 右に斜め配置 */
            transform: rotate(15deg); /* 斜めに配置 */
            width: 400px; /* 画像サイズを調整 */
            opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */
}

        .instagram-section p {
            font-size: 1.1rem;
            line-height: 1.5;
            padding: 30px 0;
            max-width: 800px;
            margin: 0 auto;
			text-align:left;
        }



        /* モバイル対応 */
        @media only screen and (max-width: 768px) {
        .instagram-image {
            position: absolute;
            top: 120px; /* 見出しの上に配置 */
            right: -20px; /* 右に斜め配置 */
            transform: rotate(15deg); /* 斜めに配置 */
            width: 400px; /* 画像サイズを調整 */
            opacity: 0.5; /* 画像を少し透明にしてデザイン性を高める */
}	
			
        .instagram-section p {
            padding: 30px 20px;
        }				
        }

        @media only screen and (max-width: 480px) {
        .instagram-section {
			padding: 80px 10px 20px 10px; /* 上下に50pxの余白を追加 */		
            }			
        .instagram-section p {
            padding: 30px 10px;
            }			

        .instagram-image {
            top: 90px; /* 見出しの上に配置 */
            right: -20px; /* 右に斜め配置 */
            width: 350px; /* 画像サイズを調整 */
            }					
        }




/* ▼▼▼SDGsについて▼▼▼ */
        /* セクション全体のスタイル */
        .sdgs-section {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 40px;
			margin:40px 0;
            background-color: #f9f9f9;
        }

        /* 写真部分のスタイル（角丸適用） */
        .sdgs-photo {
            width: 350px;
            border-radius: 15px; /* 写真のみ角丸 */
        }

        /* テキスト部分のスタイル */
        .sdgs-text {
            padding-left: 40px;
            max-width: 50%;
            position: relative; /* 子要素の位置を指定するために必要 */
        }

        .sdgs-text h2 {
            font-size: 2rem;
            margin-bottom: 20px;
            display: flex;
            align-items: center;
			z-index: 2;
        }
        .icon {
            width: 40px;
            margin-right: 10px;
            border-radius: 0; /* アイコンは角丸なし */
        }
        /* About Miki House 画像のスタイル（斜め配置） */
        .sdgs-image {
            position: absolute;
            top: -30px;
            right: 10px;
            transform: rotate(15deg); /* 斜めに配置 */
            width: 350px; /* サイズを調整 */
            opacity: 0.7; /* 画像を少し透明にしてデザイン性を高める */		
			z-index: 1; /* 画像を背面に配置 */
        }

        /* 見出し部分のスタイル */
        .sdgs-text h3 {
            font-size: 1.75rem;
            color: #555;
            margin-bottom: 20px;
			z-index: 2;			
        }

        /* 本文部分のスタイル */
        .sdgs-text p {
            font-size: 1.1rem;
            line-height: 1.6;
            color: #666;
        }

@media screen and (max-width: 960px) {
        .sdgs-image {
            top: -30px;
            right: 10px;
            width: 250px; /* サイズを調整 */
            opacity: 0.5; /* 画像を少し透明にしてデザイン性を高める */		
        }	
}
        @media screen and (max-width: 768px) {
            /* モバイル対応のレイアウト */
            .sdgs-section {
                flex-direction: column;
                text-align: center;
                padding: 40px 15px;
            }

            .sdgs-photo {
                width: 100%;
                margin-bottom: 20px;
            }

            .sdgs-text {
                padding-left: 0;
                max-width: 100%;
            }

            .sdgs-image {
                top: -30px;
                right: 10px;
                width: 250px; /* サイズを調整 */
                transform: rotate(10deg); /* 斜めに配置 */
            }
            .sdgs-text h2 {
                font-size: 1.8rem;
        }
        }

@media screen and (max-width: 480px) {
            .sdgs-text p {
                text-align:left;
				padding:0 10px;
        }
}

















        .section-title {
            text-align: center;
            font-size: 28px;
            color: #333;
            margin-bottom: 40px;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 2px;
            background-color: #c19869;
        }

        /* 特別お知らせ（完成見学会） */
        .special-news {
            background: linear-gradient(135deg, #f8f5f0 0%, #ffffff 100%);
            border: 2px solid #c19869;
            border-radius: 8px;
            padding: 30px;
            margin-bottom: 50px;
            position: relative;
            overflow: hidden;
        }

        .special-news::after {
            content: 'SPECIAL';
            position: absolute;
            top: 20px;
            right: 30px;
            background: #c19869;
            color: white;
            padding: 5px 15px;
            font-size: 12px;
            font-weight: bold;
            border-radius: 4px;
            letter-spacing: 0.5px;
        }

        .openhouse-header {
            display: block;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }

        .openhouse-title {
            font-size: 32px;
            color: #333;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .openhouse-subtitle {
            font-size: 24px;
            color: #c19869;
            margin-bottom: 20px;
        }

        .event-date-block {
            min-width: 200px;
        }

        .event-date {
            font-size: 36px;
            font-weight: bold;
            color: #333;
            margin-bottom: 5px;
        }

        .event-time {
            font-size: 20px;
            color: #000;
        }

        .openhouse-content {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 30px;
            margin-top: 20px;
        }

        .openhouse-description {
            padding-right: 20px;
        }
        
        .openhouse-description .openhouse-details {
            margin-top: 30px;
        }

        .feature-title {
            font-size: 23px;
            color: #000;
            font-weight: bold;
            margin-bottom: 10px;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 5px;
        }

        .feature-text {
            font-size: 18px;
            color: #000;
            line-height: 1.7;
            margin-bottom: 20px;
        }

        /* チラシ画像追加 */
        .openhouse-flyer {
            margin-bottom: 20px;
        }

        .flyer-container {
            position: relative;
            cursor: pointer;
            transition: transform 0.3s ease;
            overflow: hidden;
            border-radius: 6px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
        }

        .flyer-container:hover {
            transform: scale(1.02);
        }

        .flyer-image {
            width: 100%;
            display: block;
        }

        .flyer-zoom-hint {
            position: absolute;
            bottom: 8px;
            right: 8px;
            background: rgba(0,0,0,0.6);
            color: white;
            padding: 4px 8px;
            border-radius: 3px;
            font-size: 11px;
        }

        .openhouse-details {
            background: #fafafa;
            padding: 20px;
            border-radius: 6px;
        }

        .detail-item {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
        }

        .detail-label {
            font-weight: bold;
            color: #333;
            min-width: 70px;
            margin-right: 10px;
        }

        .detail-value {
            color: #000;
            flex: 1;
        }

        .reservation-note {
            background: #e8f5e9;
            color: #2e7d32;
            padding: 10px 15px;
            border-radius: 4px;
            margin-top: 15px;
            font-size: 17px;
            text-align: center;
        }

        .openhouse-cta {
    text-align: center;
    margin-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
        }

        .cta-button {
            display: inline-block;
            padding: 12px 30px;
            background-color: #8c6239;
            color: white;
            text-decoration: none;
            border-radius: 30px;
            font-size: 16px;
            transition: all 0.3s ease;
            margin: 0 10px;
        }

        .cta-button:hover {
            background-color: #a67e57;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
			color: #fff;
        }

        .cta-button.secondary {
            background-color: transparent;
            color: #c19869;
            border: 2px solid #c19869;
        }

        .cta-button.secondary:hover {
            background-color: #c19869;
            color: white;
        }

        /* モーダルウィンドウ */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.8);
            z-index: 1000;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }

        .modal-content {
            position: relative;
            max-width: 90vw;
            max-height: 90vh;
            background: white;
            border-radius: 10px;
            overflow: hidden;
        }

        .modal-image {
            width: 100%;
            height: auto;
            display: block;
        }

        .modal-close {
            position: absolute;
            top: 15px;
            right: 20px;
            background: rgba(255,255,255,0.8);
            border: none;
            color: #333;
            font-size: 24px;
            cursor: pointer;
            z-index: 1001;
            line-height: 1;
            width: 30px;
            height: 30px;
            text-align: center;
            border-radius: 50%;
        }

        .modal-close:hover {
            background: white;
        }

        /* 通常のお知らせリスト */
        .news-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .news-item {
            display: flex;
            padding: 20px 0;
            border-bottom: 1px solid #eee;
            transition: all 0.3s ease;
            align-items: flex-start;
        }

        .news-item:hover {
            background-color: #fafafa;
            padding-left: 10px;
        }

        .news-date {
            color: #999;
            width: 100px;
            flex-shrink: 0;
            font-size: 14px;
        }

        .news-tag {
            background-color: #c19869;
            color: #fff;
            padding: 4px 12px;
            border-radius: 4px;
            font-size: 12px;
            margin-right: 10px;
            width: 60px;
            text-align: center;
            flex-shrink: 0;
        }

        .news-content {
            flex: 1;
            margin-left: 10px;
        }

        .news-title {
            color: #333;
            text-decoration: none;
            font-size: 16px;
            line-height: 1.5;
            display: block;
            transition: color 0.3s ease;
        }

        .news-title:hover {
            color: #c19869;
        }

        .view-all-button {
            display: block;
            width: 200px;
            margin: 40px auto 0;
            padding: 12px;
            background-color: #c19869;
            color: #fff;
            text-decoration: none;
            text-align: center;
            border-radius: 30px;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
            font-size: 16px;
        }

        .view-all-button:hover {
            background-color: #a67e57;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        /* レスポンシブ対応 */
        @media (max-width: 768px) {
            .openhouse-header {
                flex-direction: column;
            }

            .event-date-block {
                text-align: left;
                margin-top: 10px;
            }

            .openhouse-content {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .special-news {
                padding: 20px;
            }

            .openhouse-title {
                font-size: 24px;
            }

            .openhouse-subtitle {
                font-size: 18px;
            }

            .event-date {
                font-size: 28px;
            }

            .cta-button {
                display: block;
                margin: 10px auto;
                width: 90%;
            }

            .news-item {
                flex-direction: column;
            }

            .news-date {
                width: auto;
                margin-bottom: 5px;
            }

            .news-content {
                margin-left: 0;
            }
        }


































/**
 * 動画ヒーローセクション専用スタイル
 * 既存テーマに影響しないよう、すべてのクラスに接頭辞を付けています
 */

/* ヒーローセクション全体 */
.hozentei-video-hero {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #fcf8f4 0%, #f6f0ea 100%);
    position: relative;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.hero-content-wrapper {
    display: flex;
    align-items: center;
    gap: 60px;
    width: 100%;
}

/* 左側コンテンツ */
.hero-left-content {
    flex: 1;
    padding: 40px 0;
}

.japanese-poem {
    text-align: center;
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 2;
    color: #555;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}

.english-subtitle {
    text-align: center;
    font-style: italic;
    color: #888;
    margin-top: 20px;
    font-size: 14px;
    font-family: Georgia, serif;
}

.hero-main-title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin: 60px 0;
    color: #2c2c2c;
    letter-spacing: 0.2em;
}

.hero-menu-list {
    list-style: none;
    text-align: center;
    margin: 0 0 60px 0;
    padding: 0;
}

.hero-menu-list li {
    margin: 15px 0;
    font-size: 16px;
    color: #666;
    letter-spacing: 0.05em;
}

.hero-reservation-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 40px;
    background: transparent;
    border: 2px solid #333;
    border-radius: 50px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.1em;
    transition: all 0.3s ease;
}

.hero-contact-btn:hover {
    color: #fff;
    text-decoration: none;
}

.hero-reservation-btn:hover {
    background: #333;
    color: white;
    text-decoration: none;
}

/* 右側動画セクション */
.hero-right-content {
    flex: 1;
    position: relative;
}

.hero-video-slideshow {
    position: relative;
    width: 100%;
    height: 85vh;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.hero-video-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease-in-out; /* 1秒から2秒に変更 */
}

.hero-video-slide.active {
    opacity: 1;
}

.hero-video-slide video,
.hero-video-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 動画コントロール */
.hero-video-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.hero-control-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-control-dot.active {
    background: white;
    transform: scale(1.2);
}

.hero-control-dot:hover {
    background: rgba(255,255,255,0.8);
    transform: scale(1.1);
}

/* スマートフォン対応 */
@media (max-width: 768px) {
    .hero-content-wrapper {
        flex-direction: column;
        gap: 40px;
    }
    
    .hero-left-content {
        order: 2;
        padding: 20px 0;
    }
    
    .hero-right-content {
        order: 1;
        width: 100%;
    }
    
    .hero-main-title {
        font-size: 2.5rem;
        margin: 40px 0;
    }
    
    .japanese-poem {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .hero-video-slideshow {
        height: 80vh;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
        border-radius: 0;

    }
    
    .hero-container {
        padding: 0 15px;
    }
    
    .hero-video-controls {
        bottom: 15px;
        gap: 8px;
    }
    
    .hero-control-dot {
        width: 10px;
        height: 10px;
    }
	
	.hozentei-video-hero {
    padding: 50px 0;
}
}

/* タブレット対応 */
@media (max-width: 1024px) and (min-width: 769px) {
    .hero-content-wrapper {
        gap: 40px;
    }
    
    .hero-main-title {
        font-size: 3rem;
    }
    
    .hero-video-slideshow {
        height: 60vh;
    }
}

/* 非常に小さいスマホ対応 */
@media (max-width: 480px) {
    .hero-main-title {
        font-size: 2rem;
        margin: 30px 0;
    }
    
    .japanese-poem {
        font-size: 14px;
    }
    
    .hero-video-slideshow {
        height: 80vh;
        border-radius: 8px;
    }
    
    .hero-reservation-btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* 縦向きタブレット */
@media (max-width: 1024px) and (orientation: portrait) {
    .hero-content-wrapper {
        flex-direction: column;
    }
    
    .hero-left-content {
        order: 2;
    }
    
    .hero-right-content {
        order: 1;
        max-width: 80%;
        margin: 0 auto;
    }
}

/* アニメーション */
@keyframes heroFadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-left-content > * {
    animation: heroFadeInUp 0.8s ease-out;
}

.hero-left-content > *:nth-child(2) {
    animation-delay: 0.2s;
}

.hero-left-content > *:nth-child(3) {
    animation-delay: 0.4s;
}

.hero-left-content > *:nth-child(4) {
    animation-delay: 0.6s;
}

/* 動画読み込み失敗時のフォールバック */
.hero-video-slide video:not([src]) + img,
.hero-video-slide video[src=""] + img {
    display: block;
}

.hero-video-slide video + img {
    display: none;
}

/* プリント時は動画を非表示 */
@media print {
    .hero-video-slideshow,
    .hero-video-controls {
        display: none;
    }
    
    .hero-content-wrapper {
        flex-direction: column;
    }
}

/* 動きを減らす設定 */
@media (prefers-reduced-motion: reduce) {
    .hero-video-slide,
    .hero-control-dot,
    .hero-reservation-btn,
    .hero-left-content > * {
        transition: none;
        animation: none;
    }
}

/* 高コントラストモード対応 */
@media (prefers-contrast: high) {
    .hero-reservation-btn {
        border-width: 3px;
    }
    
    .hero-control-dot {
        border: 2px solid white;
    }
}
















.hero-catchphrase {
    font-size: 20px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
}

.hero-company-name {
    font-size: 3.5rem;
    font-weight: 700;
    color: #2c2c2c;
    margin: 30px 0 10px 0;
    letter-spacing: 0.1em;
}

.hero-tagline {
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
}

.hero-services {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 50px;
}

.service-item {
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    color: #555;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.hero-contact-btn {
    display: inline-block;
    padding: 16px 40px;
    background: #2c2c2c;
    color: white;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
}





































/* メインセクション */
.case-study {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* ヘッダー */
.case-header {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 60px;
}

.case-number {
  font-size: 120px !important;
  font-weight: 100;
  color: #e0e0e0 !important;
  line-height: 1;
  font-family: 'Arial', sans-serif;
  margin: 0 !important;
  flex-shrink: 0;
}

.case-title-wrapper {
  flex: 1;
}

.case-title {
  font-size: 28px !important;
  font-weight: 500;
  color: #2c2c2c !important;
  letter-spacing: 0.12em;
  margin: 0 !important;
  line-height: 1.4;
	padding-top: 50px; /* この行を追加 */
}

/* 画像グリッド */
.col_4 {
  margin-bottom: 10px;
  margin-left: 10px;
}





/* タブレット対応 */
@media (max-width: 768px) {
  .case-header {
    gap: 20px;
    margin-bottom: 0px;
  }
  
  .case-number {
    font-size: 80px !important;
  }
  
  .case-title {
    font-size: 24px !important;
	  text-align: left;
  }

.case-study {
  padding: 60px 10px 60px 0px;
}
}

/* スマホ対応 */
@media (max-width: 480px) {
  .case-header {
    flex-direction: row;
    gap: 15px;
  }
  
  .case-number {
    font-size: 60px !important;
  }
  
  .case-title {
    line-height: 1.3;
  }
}





















/* 協力会社セクション */
.partners-section {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 20px;
}

h3.partners-heading {
  font-size: 24px !important;
  font-weight: 400;
  color: #1a1a1a !important;
  letter-spacing: 0.08em;
  margin-bottom: 50px !important;
  text-align: left;
  position: relative;
  background-color: transparent;
  padding: 10px 10px 10px 30px;
}

/* モダンテーブル */
.partners-modern-table {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 各項目 */
.partner-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
}

.partner-item:last-child {
  border-bottom: none;
}

.partner-item:hover {
  background: #fafafa;
}

/* ラベルと名前 */
.partner-label {
  flex: 0 0 220px;
  padding: 24px 30px;
  font-size: 18px !important;
  color: #444 !important;
  font-weight: 400;
  letter-spacing: 0.05em;
  position: relative;
}

.partner-label::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #e0e0e0;
}

.partner-name {
  flex: 1;
  padding: 24px 30px;
  font-size: 18px !important;
  color: #2c2c2c !important;
  font-weight: 500;
  letter-spacing: 0.03em;
}

/* タブレット対応 */
@media (max-width: 768px) {
  .partners-section {
    padding: 40px 20px;
  }
  
  .partners-heading {
    font-size: 22px !important;
    margin-bottom: 40px !important;
  }
  
  .partner-label {
    flex: 0 0 180px;
    padding: 20px 24px;
  }
  
  .partner-name {
    padding: 20px 24px;
  }
}

/* スマホ対応 */
@media (max-width: 480px) {
  .partners-modern-table {
    box-shadow: none;
    background: transparent;
    border-radius: 0;
  }
  
  .partner-item {
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  }
  
  .partner-item:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  }
  
  .partner-label {
    flex: none;
    background: #f8f8f8;
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 18px;
    font-size: 15px !important;
  }
  
  .partner-label::after {
    display: none;
  }
  
  .partner-name {
    padding: 14px 18px;
    font-size: 16px !important;
  }
}




/* ▼▼▼reCAPTCHAボタンを表示させない▼▼▼ */
.grecaptcha-badge { visibility: hidden; }
/* ▲▲▲reCAPTCHAボタンを表示させない▲▲▲ */








