@charset "UTF-8";
*{padding:0;margin:0;}
.wappare{
width: 100%;
background: #eaf4ff;	
}

.container {
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	background: #ffffff;
}

.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: inline-block
}
.body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pc-header{
width:100%;	
max-width: 1280px;
height: 90px;
background: #ffffff;
border-bottom:1px solid #cccccc;	
}



table.pc-header-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
	
}
table.pc-header-table td.title{
width: 980px;	
padding-top:0px;
vertical-align: top;	
}
.pc-header-title {	
width: 100%;
padding-top:14px;
padding-left:40px;	
}
.pc-header-title > a{
font-size:28px;
text-decoration: none;	
color:#000000;
letter-spacing: 1px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
table.pc-header-table td.pc-denwa{
width: 300px;	
padding-top:16px;	
vertical-align: top;	
}	


.pc-header-komoji{
font-size:12px;	
letter-spacing: 1px;
}
.pc-header-bangou{
width: 300px;
text-align: right;	
}
.pc-header-bangou > p{
text-align: right;	
font-size:25px;
font-weight: bold;	
padding-right:30px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
  	background-image: url("../images/denwa.svg"); 
	background-repeat:  no-repeat;
	background-position:  18% 47%; /*フレーム下部画像*/
	background-size: 10%;		
}
.pc-header-jouhou{
width: 300px;
text-align: right;
padding-right:12px;	
margin-top:-5px;	
}
.pc-header-jouhou > p{
font-size:14px;	
padding-right:18px;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-header-botan{
background: #228b22;
width: 180px;		
text-align: center;	
padding:3px;
margin:auto;	
border-radius: 20px;	
}

.pc-header-botan:hover{
opacity: 0.8;	
}

.pc-header-botan > a{	
display: block;
position: relative;	
font-size:13px;
padding-top:5px;
padding-bottom:4px;
color:#ffffff;
text-decoration: none;	
font-weight: normal;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-header-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 25px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 6px solid #ffffff;
border-left: 6px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}




.row.blockDisplay {
	display: block;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
img { max-width: 100%; }
}

.global-nav {
    width: 1280px;
    margin: 0 auto;
    background-color: #4c721d; 
}

.menu {
    display: flex;
    justify-content: space-around;
    padding: 0;
    margin: 0;
    list-style: none;
	
}

.menu-item {
    flex: 1;
    text-align: center;
	border-right:2px dotted #ffffff;
}
.menu-item1 {
    flex: 1;
    text-align: center;
}

.menu-item a {
    display: block;
    padding: 10px 0;
    color: #FFFFFF; /* 白色 */
    text-decoration: none;
	letter-spacing: 2px;
}
.menu-item a:hover {
opacity: 0.5;	
}
.menu-item1 a {
    display: block;
    padding: 10px 0;
    color: #FFFFFF; /* 白色 */
    text-decoration: none;
	letter-spacing: 2px;
}
.menu-item1 a:hover {
opacity: 0.7;	
}

.icon {
    font-size: 22px;
}

.text {
color:#ffffff;	
    font-size: 14px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

 

/* スマホヘッダーメニュー */

/* ヘッダー部分 */
.sp-header2 {		
top: 0;	
left: 0;
width: 100%;
padding-bottom: 0px;
background: #4c721d;	
height: 55px;
margin-top:0px;	
padding-top:2px;	
}
.sp-header2-menu1{
width: 66%;	
margin: 0 auto;
float:left;	
	height: 55px;
}
.sp-header-title{
width: 100%;	
padding-top:10px;	
padding-left:5%;	
}
.sp-header-title > a{
font-size:18px;
text-decoration: none;
color:#ffffff;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-header2-menu2{
width: 11%;	
margin-top:5px;
float:left;	
height: 50px;	
}


.sp-header2-menu3{
width: 9%;	
float:right;	
height: 45px;	

padding-top:12px;
padding-right:2px;	
}

/* ハンバーガー */
#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 11%;
  height: 52px;
  vertical-align: middle;	
padding-left: 14%;	
	
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
margin-top:3px;	
  height: 2px;/*線の太さ*/
  width: 24px;/*長さ*/
  border-radius: 1px;
  background: #ffffff;
  display: block;
  content: '';
  cursor: pointer;
	
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
padding-top:5%;	
padding-left:5%;
background-image: url("../images/pc-kakulesson-back.jpg") ;
background-repeat: repeat-x repeat-y;	
background: #d0f0c0;	
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  height: 100%;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

#nav-content > li
{
	position: relative;
	width: 95%;
  color: black;
  border-left: solid 0px orange;/*左側の線*/
  margin-bottom: 6px;/*下のバーとの余白*/
  line-height: 1.5;
  padding: 12px 0;
  border-bottom:1px solid #d4d4d4;	
  list-style-type: none!important;
}
#nav-content > li:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #8a8a8a;
  border-right: solid 1px #8a8a8a;
  position: absolute;
  top: 50%;
 right: 25px;
  margin-top: -4px;
  transform: rotate(45deg);
}


#nav-content  > li > a {
	font-weight: normal;
	   color: #353535;
	text-decoration: none;
display:block;
padding-left:10%;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}



/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}



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

.clear {
clear:both;
}


.clear {
clear:both;
}

h1{
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.pc-top-h1{
width: 100%;
text-align: center;	
}
.pc-top-h1-1{
font-size:15px;	
letter-spacing: 2px;	
}
.pc-top-h1-2{
font-size:35px;
letter-spacing: 2px;	
}
.pc-page-h1{
width: 100%;
margin-top:80px;
margin-bottom:10px;	
text-align: center;	
}
.pc-page-h1-1{
font-size:15px;	
letter-spacing: 2px;	
}
.pc-page-h1-2{
font-size:30px;
letter-spacing: 4px;	
}
.pc-top-h1{
width: 100%;
margin-top:0px;
margin-bottom:10px;	
text-align: center;	
}
.line1 {
width: 70%;	
max-width: 300px;
display: block;
position: relative;
margin:auto;	
margin-bottom:10px;	
}
.line1::after {
  background: linear-gradient(to right, #362ae0 0%,#3b79cc 50%,#42d3ed 100%);
  content: '';
  display: block;
  height: 5px;
  width: 0;
  transform: translateX(-50%);
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  position: absolute;
  bottom: 0;
  left: 50%;
}
.line1.is-animated::after {
  width: 100%;
}
.pc-line-shita{
margin-bottom:60px;	
}


.sp-top-h1{
width: 100%;
text-align: center;	
line-height: 220%;	
margin-top:40px;	
margin-bottom:5px;	
}
.sp-top-h1-1{
font-size:13px;	
letter-spacing: 2px;	
}
.sp-top-h1-2{
font-size:22px;
letter-spacing: 2px;	
}
.sp-midashi-shita{
margin-bottom:60px;	
}
h2{	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

.pc-top-h2{
width: 100%;
text-align: center;		
}

.span-pc-top-h2{
font-size:30px;	
letter-spacing: 2px;	
}
.sp-top-h2{
width: 100%;
text-align: center;	
margin-top:40px;	
margin-bottom:20px;		
}

.span-sp-top-h2{
font-size:26px;	
letter-spacing: 2px;	
}

.pc-midashi-shita{
width: 100%;
text-align: center;	
margin-bottom:60px;	
}

h3{
    font-size: 20px;
    line-height: 42px;
    margin-top: 50px;
margin-bottom:40px;	
    background-color: #0080ff;
	color: #ffffff;
    width: 100%;
	text-align: center;
	font-weight: bold;
	max-width: 900px;
	letter-spacing: 2px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


h4{
    font-size: 20px;
    line-height: 35px;
    margin: 0px auto;
	margin-top:70px;
	margin-bottom:30px;
	padding-bottom: 2px;
    background-color: #2b95ff;
	color: #ffffff;
    width: 100%;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	text-align: center;
	font-weight: bold;
	max-width: 960px;
	letter-spacing: 2px;
	font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}



@media screen and (min-width: 480px) {
	.boxleft {
	margin: 10px auto;
	max-width: 48%;
}
	.boxright {
	margin: 10px auto;
	max-width: 48%;
}
}

.pc-main{
width: 100%;
height: 450px;	
margin-bottom:50px;	
background-image: url("../images/pc-main1.jpg") ;
background-repeat: no-repeat;	
  background-position: center;
  display: flex;
  justify-content: flex-end; /* 右側に配置 */
  align-items: center; /* 上下中央に配置 */
  position: relative;	
}
.pc-main-right{
width: 450px;
height: 200px;
  background-color: rgba(255, 255, 255, 0.9); 
  margin-right: 80px; 
  transform: translateX(50%); /* 初期位置は右端 */
  animation: pc-main-right 3s ease forwards; /* アニメーションを適用 */	
}
@keyframes pc-main-right {
  0% {
    opacity: 0;
    transform: translateX(50%); /* 右からスタート */
  }
  100% {
    opacity: 1;
    transform: translateX(0); /* 通常位置に移動 */
  }
}
.pc-main-title{
padding-top:50px;
padding-bottom:10px;	
width: 100%;
border-bottom:1px solid #000000;	
}
.pc-main-title > p{
font-size:26px;
color:#000000;
text-align: center;	
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-main-title-eigo{
padding-top:10px;	
width: 100%;	
}
.pc-main-title-eigo > p{
font-size:26px;
color:#000000;
text-align: center;	
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-top-shoukai-zentai{
width: 100%;
margin-bottom:120px;		
padding:40px 0;	
}
.pc-top-shoukai{
width: 750px;	
margin:auto;

}
.pc-top-shoukai > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


/* pcトップメニュー*/
.pc-top-menu-zentai{
width: 100%;
padding:60px 0;
margin-bottom:60px;	
background: #fafafa;	
}



.menu-table {
  width: 100%;
  max-width: 1080px;  
  border-collapse: collapse;
  margin: 80px auto;
  text-align: center; /* 中央揃え */
}

.menu-table td {
  width: 50%;  
  vertical-align: top;  
}

.menu-box {
  width: 90%;
  max-width: 480px;
  margin: 20px auto;  
  padding: 20px;
  background-color: #ffffff; /* 背景色の追加 */
  border-radius: 10px; /* 角を丸める */
  border:1px solid #4c721d;	
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* 影を追加 */
}

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

.menu-title {
  margin-bottom: 20px;  
  font-size: 24px; /* フォントサイズを大きく */
  font-weight: bold;
  color:#4c721d;	
  letter-spacing: 2px;  
  font-family: "游明朝", YuMincho, serif;  
  border-bottom: 2px solid #4c721d;  
  padding-bottom: 10px;
}

.menu-description p {
  font-size: 16px;
  color: #333333; /* テキストカラーをダークグレーに変更 */
  line-height: 1.6;
  font-family: "游ゴシック Medium", YuGothic, sans-serif;  
  margin-bottom: 20px;
text-align: left;
}

.menu-button {
  margin-top: 15px;  
  text-align: center;  
}

.menu-button a {
  display: block;
  padding: 10px 40px 10px 20px; /* 右側に余裕を持たせるためにパディングを調整 */
  font-size: 16px; 
  color: #ffffff; 
  background-color: #4c721d;		
  text-decoration: none;  
  font-weight: normal;
  border-radius: 5px;
  letter-spacing: 1px;
  font-family: "游ゴシック Medium", YuGothic, sans-serif;
  position: relative; /* 擬似要素を相対的に配置 */
  transition: background-color 0.3s ease;
}

.menu-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px; /* ボタンの右から20pxの位置に固定 */
  transform: translateY(-50%); /* 矢印を垂直に中央揃え */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff; /* 矢印の色を白に設定 */
  transition: border-left-color 0.3s ease;
}

.menu-button a:hover{
opacity: 0.8;	
}










/* pcトップ修理の流れ*/

.pc-top-shuuri-zentai{
    width: 800px;
    margin:auto;
	margin-top:60px;
	margin-bottom:80px;
    padding: 60px 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);	
}
.pc-top-shuuri-title{
	width: 750px;
	margin:auto;
	margin-bottom:30px;
	background: #7a903e;
	padding:10px 0;
}
.pc-top-shuuri-title > p{
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 2px;	
color:#ffffff;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-top-shuuri-bun{
	width: 700px;
	margin:auto;
}
.pc-top-shuuri-bun > p{
font-size:16px;
color:#000000;	
text-align: center;	
letter-spacing: 1px;
line-height: 180%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.pc-top-shuuri-sankaku{
  width: 0;
  height: 0;
  margin:auto;
  margin-top:40px;
  margin-bottom:40px;	
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 30px solid #555555;
  border-bottom: 0;
}



/* pcトップあいさつ*/

.pc-top-aisatsu{
width: 980px;	
margin: auto;
margin-top:40px;
margin-bottom:120px;
padding:20px 0;	
text-align: center;
border:1px solid #cccccc;	
border-radius: 15px;	
}

table.pc-top-aisatsu-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
	
}

table.pc-top-aisatsu-table td.photo{
width: 400px;	
vertical-align: top;
padding:20px 40px;	
}
table.pc-top-aisatsu-table td.bun{
width:580px;	
vertical-align: top;
padding:20px 40px;	
}

.pc-top-aisatsu-shashin {
width: 100%;  
text-align: center;	
padding-top:13px;	
}

.pc-top-aisatsu-namae {
width: 100%;  
text-align: center;	
padding-top:13px;	
}
.pc-top-aisatsu-namae > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  }

.pc-aisatsubun-title{
width: 100%;
margin:auto;
margin-bottom:20px;	
text-align: left;	
border-bottom:1px solid #cccccc;	
}
.pc-aisatsubun-title > p{
font-size:20px;
font-weight: bold;	
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-top-aisatsu-bunshou {
  width: 100%;  /** 横幅50% **/
	text-align: left;	
  }

.pc-top-aisatsu-bunshou > p{
font-size: 16px;
line-height: 170%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	

}
/*PCお客様の声*/

.pc-top-koe{
width: 	700px;
margin:auto;
margin-top:80px;	
margin-bottom:60px;
padding:20px;		
border:1px solid #cccccc;
box-shadow: 4px 3px 6px -3px #777777;
background: #ffffff;		
	
}

.pc-top-koe > p{	
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-top-koe-nennrei{
width: 100%;
text-align: right;
margin-top:20px;
}
.pc-top-koe-nennrei > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* pcアクセス*/
.pc-access{
width: 980px;
margin:auto;
margin-top:40px;
margin-bottom:40px;	
}
.pc-access-bun{
width: 980px;
margin:auto;	
margin-bottom:120px;	
}
.pc-access-bun > p{
font-size: 16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* pc駐車場*/
.pc-chuushajou-annnaibun{
width: 700px;
margin:auto;
margin-top:60px;	
margin-bottom:80px;	
}
.pc-chuushajou-annnaibun > p{
font-size: 16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

table.pc-chuushajou-table{
width: 1080px;	
border-collapse:collapse;
border-spacing: 0;
margin:auto;
margin-top:60px;	
}
table.pc-chuushajou-table td.chuushajouphoto{
width: 540px;
vertical-align: top;
padding-bottom:80px;	
}
table.pc-chuushajou-table td.chuushajoubun{
width: 540px;	
vertical-align: top;
padding-bottom:80px;		
}
.pc-chuushajou-image{
width: 100%;
text-align: center;	
}
.pc-chuushajou-zentai{
width: 500px;
margin:auto;	
}
.pc-chuushajou-title{
width: 100%;
border-bottom:1px solid #cccccc;
padding-top:40px;
margin-bottom:20px;	
}
.pc-chuushajou-title > p{
font-size:22px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-chuushajou-bun{
width: 100%;	
padding:10px;	
}
.pc-chuushajou-bun > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-page-setumeibun{
width: 700px;
margin:auto;	
margin-bottom:80px;	
}
.pc-page-setumeibun > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/*PC工房*/

table.pc-kouboushoukai-table{
width: 1080px;	
border-collapse:collapse;
border-spacing: 0;
margin:auto;
margin-top:60px;	
}
table.pc-kouboushoukai-table td.left{
width: 540px;
vertical-align: top;
padding-bottom:80px;	
}
table.pc-kouboushoukai-table td.right{
width: 540px;	
vertical-align: top;
padding-bottom:80px;		
}
.pc-kouboushouka-image{
width: 100%;
text-align: center;	
margin-top:10px;	
}
.pc-kouboushoukai-zentai{
width: 500px;
margin:auto;
padding-top:40px;	
}
.pc-kouboushoukai-title{
width: 100%;
border-bottom:1px solid #4c721d;
margin-bottom:20px;	
}
.pc-kouboushoukai-title > p{
font-size:22px;
color:#4c721d;	
font-weight: bold;	
letter-spacing: 1px;
line-height: 180%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-kouboushoukai-bun{
width: 100%;	
padding:10px;	
}
.pc-kouboushoukai-bun > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-profile-span{
font-size:14px;	
}
table.pc-profilelist-table{
  width: 95%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
	
}
table.pc-profilelist-table td.nen{
width: 20%;	
vertical-align: top;
padding-top:5px;	
font-size:16px;
color:#000000;	
text-align: center;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.pc-profilelist-table td.bun{
width: 80%;	
vertical-align: top;
padding-top:5px;
padding-left:30px;	
font-size:16px;
color:#000000;
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/*PCお客様の声*/
.pc-koe{
width: 	700px;
margin:auto;	
margin-bottom:60px;
padding:25px;		
border-top:6px solid #5f6527;	
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);	
}

.pc-koe > p{	
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-koe-nennrei{
width: 100%;
text-align: right;
margin-top:20px;	
}
.pc-koe-nennrei > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/*PCよくある質問*/
.pc-qa{
width: 	700px;
margin:auto;
margin-bottom:60px;
padding:40px 20px;;		
border:1px solid #cccccc;
border-top:4px solid #7a903e;	
box-shadow: 4px 3px 6px -3px #777777;	
}

table.pc-qa-q{
  width: 98%;	
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
margin-bottom:50px;	
}
table.pc-qa-q th{
  width: 5%;
vertical-align: top;	
}
.pc-q-q{
  width: 30px;
  height: 30px;
  border-radius: 50%;
background:#7a903e;
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#ffffff;
	font-weight: normal;
}
table.pc-qa-q td.pc-q{
  width: 95%;
	vertical-align: top;
padding-top:0px;
padding-left:30px;
  font-size:20px;
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif	
}

table.pc-qa-a{
  width: 98%;	
  max-width: 650px;
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
margin-top:20px;	
margin-bottom:20px;	
}
table.pc-qa-a th{
  width: 5%;
  vertical-align: top;	
}
.pc-q-a{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffffff;
  border:1px solid #7a903e;	
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#7a903e;
	font-weight: normal;
}
table.pc-qa-a td.pc-a{
  width: 95%;
	vertical-align: top;
padding-top:3px;
padding-left:30px;
  font-size:16px;
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif	
}


/*PC修理*/

.pc-shuuri-title{
width: 700px;
margin:auto;	
margin-top:70px;	
margin-bottom:20px;
padding:10px 20px;	
background: #4c721d;	
}

.pc-shuuri-title > p{
font-size:20px;
font-weight: normal;
color:#ffffff;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

table.pc-shuuri-table{
  width:700px;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
margin-bottom:40px;	
}
table.pc-shuuri-table td.shuuri-naiyou{
width: 400px;	
vertical-align: middle;	
font-size:16px;
color:#000000;	
padding-top:10px;
padding-bottom:10px;	
padding-left:50px;	
border:1px solid #cccccc;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.pc-shuuri-table td.shuuri-hiyou{
width: 300px;	
vertical-align: middle;	
padding-top:10px;
padding-bottom:10px;		
font-size:16px;
color:#000000;
text-align: center;		
border:1px solid #cccccc;	
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

table.pc-shuuri-table tr:first-child td {
background-color: #f6f6f6; /* 背景色を指定します。お好みの色に変更可能です */
color: #000000; /* テキストの色を指定します */
text-align:center;
padding-left:0;	
font-weight: bold;
letter-spacing: 2px;	
}

/* モーダルの背景 */
.modal {
    visibility: hidden; /* 初期状態は非表示 */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	padding-top:30px;
    background-color: rgba(0,0,0,0.9);
    opacity: 0; /* 初期状態は透明 */
    transition: visibility 0s, opacity 0.3s ease-in-out;
    display: flex; /* Flexboxを使用 */
    justify-content: center; /* 水平方向に中央揃え */
    align-items: center; /* 垂直方向に中央揃え */
}

/* モーダルが表示されたとき */
.modal.show {
    visibility: visible; /* 表示時に表示に切り替え */
    opacity: 1; /* 表示時に不透明にする */
}

/* モーダルの画像 */
.modal-content {
    margin: auto;
    display: block;
    max-width: 90%; /* 幅を画面の90%までに制限 */
    max-height: 90%; /* 高さを画面の90%までに制限 */
    width: auto; /* 自動調整 */
    height: auto; /* 自動調整 */
}

/* 閉じるボタン */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
	padding-top:80px;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* スマホ用のスタイル調整 */
@media screen and (max-width: 768px) {
    .modal-content {
        max-width: 80%; /* スマホではさらに幅を制限 */
        max-height: 80%; /* スマホではさらに高さを制限 */
    }

    .close {
        top: 10px;
        right: 10px;
        font-size: 30px; /* 閉じるボタンを少し小さくする */
    }
}

.pc-shuhui-nouki{
width: 600px;
margin:auto;
margin-bottom:120px;	
padding:15px;
border:1px solid #cccccc;	
}
.pc-shuhui-nouki > p{
font-size:14px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/*PC問い合わせ*/

.pc-toiawase-bun{
width: 700px;
margin:auto;
margin-top:40px;	
margin-bottom:40px;	
text-align: center;	
}
.pc-toiawase-bun > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}


/* pc問い合わせブロック*/
.pc-toiawasepage-zentai{
width: 100%;
padding:40px ;
margin-bottom:60px;	
}

table.pc-toiawasepage-table{
  width: 1080px;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
	
}
table.pc-toiawasepage-table td{
width: 50%;	
vertical-align: top;	
}
.pc-toiawasepage-menu{
width: 400px;
margin:auto;	
}
.pc-toiawasepage-image{
width: 100%;
padding-bottom:20px;	
}
.pc-toiawasepage-title{
width: 400px;
padding-top:4px;	
padding-bottom:4px;
padding-left:15px;	
margin-bottom:30px;	
background: #d0f0c0;	
border-bottom:1px solid #cccccc;	
}
.pc-toiawasepage-title > p{
font-size:19px;
font-weight: bold;
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-toiawasepage-bun{
width: 400px;
margin-bottom:30px;
text-align: center;	
}
.pc-toiawasepage-bun > p{
font-size:16px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-toiawase-bangou{
width: 100%;
text-align: center;	

}
.pc-toiawase-bangou > p{
font-size:30px;
font-weight: bold;
letter-spacing: 2px;
color:#000000;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-mail-address{
width: 100%;
text-align: center;	
}
.pc-mail-address > a{
font-size:30px;
font-weight: bold;
letter-spacing: 2px;	
text-decoration: none;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.pc-mail-address > a:hover{
text-decoration: underline;
}
.pc-toiawase-komoji{
width: 100%;
text-align: center;	
margin-bottom:30px;		
}
.pc-toiawase-komoji > p{
font-size:14px;
letter-spacing: 1px;
color:#000000;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.pc-toiawase-bikou{
width: 95%;
border:1px solid #cccccc;
margin:auto;	
padding:15px;	
}
.pc-toiawase-bikou > p{
font-size:14px;
letter-spacing: 1px;
color:#000000;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}



/*spメイン画像*/

.sp-maingazou {
    width: 100%;
    height: 280px; /* 背景画像の高さを指定 */
    margin-top: 0px;
    margin-bottom: 20px;
    background-image: url("../images/sp-main1.jpg");
    background-repeat: no-repeat;
    background-size: cover; /* 背景画像をカバーさせる */
    background-position: center; /* 画像の中心を表示 */
    position: relative; /* 相対配置 */
}

.sp-main-right {
    width: 48%; /* 右側半分の幅 */
    height: 220px;
    background-color: rgba(255, 255, 255, 0.9); /* 背景色をやや透過 */
    position: absolute;
    right: 0; /* 右側に固定 */
    top: 50%; /* 上下中央に配置 */
    transform: translateY(-50%); /* 垂直方向に中央配置 */
    opacity: 0; /* 初期の透明度を0に設定 */
    animation: sp-main-right 3s ease forwards; /* アニメーションの適用 */
    padding: 20px; /* コンテンツに余白を追加 */
    box-sizing: border-box; /* パディングを含めたサイズ計算 */
}

@keyframes sp-main-right {
    0% {
        opacity: 0;
        right: -50%; /* アニメーションの開始位置を画面外に設定 */
    }
    100% {
        opacity: 1;
        right: 0; /* 右半分に最終的に配置 */
    }
}

.sp-main-title {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #000000;
}

.sp-main-title > p {
    font-size: 20px;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sp-main-title-eigo {
    padding-top: 10px;
    width: 100%;
}

.sp-main-title-eigo > p {
    font-size: 18px;
    color: #000000;
    text-align: center;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*spトップh1*/
.sp-h1{
width: 100%;	
text-align: center;	
padding:5px 0;	
margin-bottom:30px;
line-height: 230%;
background-image: url("../images/sp-h1.jpg");
background-size: cover;	
}
.sp-h1-1{
font-size:14px;	
font-weight: bold;
color:#000000;	
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-h1-2{
font-size:35px;
font-weight: bold;
letter-spacing: 2px;
color:#000000;		
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

/*spトップ紹介*/
.sp-top-shoukai{
width: 100%;
padding:0 2%;
margin-bottom:80px;	
}
.sp-top-shoukai > p{
font-size:16px;
color:#000000;
letter-spacing: 1px;	
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}








/*spトップ修理*/
.sp-top-shuuri-zentai{
width: 100%;
padding:20px 0;	
margin-bottom:40px;	
}

.sp-top-shuuri{
width: 96%;	
margin:auto;
margin-bottom:40px;	
padding-top:20px;
padding-bottom:20px;
padding-left:2%;
padding-right:2%;	
border:1px solid #4c721d;	
border-radius: 10px;	
}
.sp-top-shuuri-title{
width: 96%;
margin:auto;	
margin-bottom:30px;	
border-bottom:1px solid #4c721d;
text-align: center;	
}
.sp-top-shuuri-title > p{
font-size:20px;
color:#4c721d;
font-weight: bold;	
letter-spacing: 3px;	
line-height: 180%;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.sp-top-shuuri-bun{
width: 100%;
margin-bottom:30px;
padding:3%;	
}
.sp-top-shuuri-bun > p{
font-size:16px;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.sp-menu-button {
  margin-top: 15px;  
  text-align: center;  
}

.sp-menu-button a {
  display: block;
  padding: 10px 40px 10px 20px; /* 右側に余裕を持たせるためにパディングを調整 */
  font-size: 16px; 
  color: #ffffff; 
  background-color: #4c721d;		
  text-decoration: none;  
  font-weight: normal;
  border-radius: 5px;
  letter-spacing: 1px;
  font-family: "游ゴシック Medium", YuGothic, sans-serif;
  position: relative; /* 擬似要素を相対的に配置 */
  transition: background-color 0.3s ease;
}

.sp-menu-button a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px; /* ボタンの右から20pxの位置に固定 */
  transform: translateY(-50%); /* 矢印を垂直に中央揃え */
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff; /* 矢印の色を白に設定 */
}







.sp-top-shuuri-botan{
width: 100%;		
margin-bottom:15px;	
padding:3px;	
}
.sp-top-shuuri-botan > a{	
display: block;
position: relative;	
font-size:14px;
color:#000000;
padding-top:0px;
padding-bottom:0px;	
padding-left:25px;	
text-decoration: none;	
font-weight: normal;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.sp-top-shuuri-botan > a::after {
content: "";
position: absolute;
top: 40%;
left: 0px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 10px solid #362ae0;
border-left: 10px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}


/* spトップ修理の流れ*/

.sp-top-shuurinagare-zentai{
    width: 100%;
    margin:auto;
	margin-top:60px;
	margin-bottom:80px;
    padding: 30px 5px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);	
}
.sp-top-shuurinagare-title{
	width: 100%;
	margin:auto;
	margin-bottom:20px;
	background: #7a903e;
	border-bottom:0px solid #5f6527;
	padding:10px 0;
}
.sp-top-shuurinagare-title > p{
font-size: 20px;
font-weight: bold;
text-align: center;
letter-spacing: 2px;	
color:#ffffff;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.sp-top-shuurinagare-bun{
	width: 90%;
	margin:auto;
}
.sp-top-shuurinagare-bun > p{
font-size:16px;
color:#000000;		
letter-spacing: 1px;
line-height: 180%;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.sp-top-shuurinagare-sankaku{
  width: 0;
  height: 0;
  margin:auto;
  margin-top:40px;
  margin-bottom:40px;	
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #555555;
  border-bottom: 0;
}
/*spトップあいさつ*/

.sp-top-aisatsu-image{
width: 100%;
margin-bottom:20px;	
}
.sp-top-aisatsu-name{
width: 100%;
margin-bottom:20px;
line-height: 100%;	
padding-bottom:8px;	
border-bottom:1px solid #cccccc;	
}
.sp-top-aisatsu-name > p{
font-size:17px;
font-weight: bold;
letter-spacing: 2px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-name{
font-size:14px;	
}
.sp-top-aisatsu-bun{
width: 100%;
margin-bottom:80px;	
}
.sp-top-aisatsu-bun > p{
font-size:16px;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/*sp工房紹介ページ*/
.sp-main-zentai{
width: 95%;
margin:auto;
margin-top:0px;	
}

.sp-koubou-title{
width: 100%;
margin-bottom:30px;	
border-bottom:1px solid #4c721d;	
}
.sp-koubou-title > p{
font-size:19px;	
color:#4c721d;
font-weight: bold;	
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-animeimage {
  width: 100%;
  margin-bottom: 30px;	
  opacity: 0; /* 初期状態を設定 */
  transform: translateX(-10px); /* 初期位置を左に設定 */
transition: opacity 0.6s ease-out, transform 0.9s ease-out; /* トランジションを適用 */
}

@keyframes sp-animeimage {
    0% {
        opacity: 0.6;
        transform: translateX(-10px); /* translateXに修正 */
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.sp-animeimage.in-view {
  opacity: 1;
  transform: translateX(0);
}
.sp-koubou-bun{
width: 100%;
margin-bottom:60px;	
}
.sp-koubou-bun > p{
font-size:16px;	
color:#000000;
line-height: 180%;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
/*sp工房紹介ページプロフィール*/
.sp-koubou-profile-zentai{
width: 100%;
margin-bottom:80px;	
}
.sp-profile-name{
width: 100%;
text-align: center;	
margin-bottom:60px;	
}
.sp-profile-name > p{
font-size:18px;	
color:#000000;
line-height: 120%;	
letter-spacing: 1px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-profile-name-span{
font-size:14px;	
}
table.sp-profilelist-table{
  width: 95%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
	
}
table.sp-profilelist-table td.nen{
width: 20%;	
vertical-align: top;
padding-top:5px;	
font-size:16px;
color:#000000;	
text-align: center;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.sp-profilelist-table td.bun{
width: 80%;	
vertical-align: top;
padding-top:5px;
padding-left:30px;	
font-size:16px;
color:#000000;
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


/*spアクセスページ*/
.sp-access{
width: 100%;
margin-bottom:40px;	
}
.sp-access-bun{
width: 100%;
margin-bottom:80px;	
}
.sp-access-bun > p{
font-size:16px;	
color:#000000;
line-height: 180%;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}


/*spお客様の声*/
.sp-koe{
width: 	100%;
margin:auto;
margin-bottom:60px;
padding:20px;	
border-top:6px solid #5f6527;	
box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.3);	
}


.sp-koe > p{	
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.sp-koe-nennrei{
width: 100%;
text-align: right;
margin-top:30px;	
}
.sp-koe-nennrei > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;
	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

/* spQ&A */
.sp-qa-zentai{
width: 	100%;
margin:auto;
margin-bottom:60px;
padding:40px 20px;		
border:1px solid #cccccc;
border-top:4px solid #7a903e;	
box-shadow: 4px 3px 6px -3px #777777;	
}

.sp-qa{
	
}

table.sp-qa-q{
  width: 98%;	
  max-width: 700px;
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
margin-bottom:30px;	
}
table.sp-qa-q th{
  width: 5%;
  vertical-align: top;		
}
.sp-q-q{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #7a903e;
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#ffffff;
	font-weight: normal;
}
table.sp-qa-q td{
  width: 95%;
	vertical-align: top;
padding-top:0px;
padding-left:5%;
padding-right:2%;
  font-size:17px;
letter-spacing: 1px;
line-height: 180%;	
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif	
}

table.sp-qa-a{
  width: 98%;	
  max-width: 700px;
  border-collapse:separate;
  border-spacing: 0;
margin:auto;
margin-top:30px;	
margin-bottom:0px;	
}
table.sp-qa-a th{
  width: 5%;
  vertical-align: top;	
}
.sp-q-a{
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: #ffffff;
  border:1px solid #7a903e;	
  text-align:center;
  line-height: 30px;
  font-size:20px;
  color:#7a903e;
	font-weight: normal;
}
table.sp-qa-a td{
  width: 95%;
	vertical-align: top;
padding-top:0px;
padding-left:5%;
padding-right:2%;	
  font-size:16px;
letter-spacing: 1px;
line-height: 180%;	
  font-weight: normal;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif	
}

/*sp修理*/
.sp-pagelink{
	
}
.sp-shuuri-title{
width: 100%;
margin:auto;
margin-top:10px;	
margin-bottom:20px;	
padding:7px 15px;	

background: #4c721d;		
}
.sp-shuuri-title > p{
font-size:19px;
font-weight: bold;
letter-spacing: 2px;	
color:#ffffff;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

table.sp-shuuri-table{
  width:100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
margin-bottom:40px;	
	
}
table.sp-shuuri-table td.shuuri-naiyou{
width: 60%;	
vertical-align: top;	
font-size:14px;
color:#000000;	
padding-top:13px;
padding-bottom:13px;	
padding-left:20px;	
border:1px solid #cccccc;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

table.sp-shuuri-table td.shuuri-hiyou{
width: 40%;	
vertical-align: middle;
padding-top:13px;
padding-bottom:13px;		
font-size:14px;
color:#000000;	
text-align: center;	
border:1px solid #cccccc;	
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.sp-shuuri-table td.shuuri-nouki{
width: 25%;	
vertical-align: middle;
text-align: center;
padding-top:13px;
padding-bottom:13px;	
font-size:16px;
color:#000000;
border:1px solid #cccccc;	
letter-spacing: 1px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.sp-shuuri-table tr:first-child td {
background-color: #fbfbfb; /* 背景色を指定します。お好みの色に変更可能です */
color: #000000; /* テキストの色を指定します */
text-align:center;
padding-left:0;	
font-weight: bold;	
letter-spacing: 2px;	
}
.sp-modal-span{
font-size:14px;	
}
.sp-shuhui-nouki{
width: 85%;
margin:auto;
margin-bottom:80px;	
padding:15px;
border:1px solid #cccccc;	
}
.sp-shuhui-nouki > p{
font-size:14px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
.sp-shuuri-pagelink{
padding-top:50px;
margin-top:-50px;	
}
/*sp問い合わせ*/
.sp-toiawase-bun{
width: 96%;
margin:auto;	
margin-top:40px;	
margin-bottom:60px;	
}
.sp-toiawase-bun > p{
font-size:16px;
color:#000000;	
letter-spacing: 1px;
line-height: 180%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}
/* sp問い合わせブロック*/
.sp-toiawasepage-zentai{
width: 100%;
padding:40px ;
margin-bottom:60px;	
}
.sp-toiawasepage-title{
width: 100%;
margin-bottom:20px;
padding-top:8px;	
padding-bottom:8px;	
padding-left:5%;	
border-bottom:1px solid #cccccc;	
background: #d0f0c0;	
}
.sp-toiawasepage-title > p{
font-size:19px;
font-weight: bold;
letter-spacing: 2px;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}

.sp-toiawasepage-menu{
width: 100%;
}
.sp-toiawasepage-image{
width: 100%;
padding-bottom:20px;	
}
.sp-toiawasepage-bun{
width: 100%;
margin-bottom:30px;
text-align: left;	
}
.sp-toiawasepage-bun > p{
font-size:16px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.sp-toiawase-bangou{
width: 100%;
text-align: center;	

}
.sp-toiawase-bangou > a{
font-size:30px;
font-weight: bold;
text-decoration: none;	
letter-spacing: 2px;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.sp-mail-address{
width: 100%;
text-align: center;	
}
.sp-mail-address > a{
font-size:30px;
font-weight: bold;
letter-spacing: 2px;	
text-decoration: none;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;		
}
.sp-mail-address > a:hover{
text-decoration: underline;
}
.sp-toiawase-komoji{
width: 100%;
text-align: center;	
margin-bottom:30px;		
}
.sp-toiawase-komoji > p{
font-size:14px;
letter-spacing: 1px;
color:#000000;	
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.sp-toiawase-bikou{
width: 95%;
border:1px solid #cccccc;
margin:auto;
margin-bottom:60px;
padding:15px;

}
.sp-toiawase-bikou > p{
font-size:14px;
letter-spacing: 1px;
color:#000000;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
margin-right: 3%;
	margin-bottom: 3%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*パソコンフッターデザイン2 */
.pc-footer-2{
width: 1280px;
padding-top:40px;
padding-bottom:20px;
background: rgb(86, 130, 3, 0.1);	
}
table.pc-footer-2-table{
  width: 1280px;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;	
}
table.pc-footer-2-table td{
width: 360px;
padding:0 20px;	
vertical-align: top;	
}
.pc-footer-2-table-title{
width: 100%;
margin-bottom:15px;	
border-bottom:1px solid #2a2a2a;	
}
.pc-footer-2-table-title > p{
font-size:17px;
font-weight: bold;	
letter-spacing: 1px;	
color:#2a2a2a;
padding-bottom:0px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-footer-2-table-jouohou{
width: 100%;	
}
table.pc-footer-2-jouhou-table{
  width: 100%;	
border-collapse:collapse;
  border-spacing: 0;
 margin:auto;
 margin-bottom:10px;	
}
table.pc-footer-2-jouhou-table th{
width: 20%;	
font-weight: normal;
font-size:14px;
letter-spacing: 1px;
color:#2a2a2a;	
text-align: left;
vertical-align: top;
padding-bottom:8px;	
line-height: 140%;		
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.pc-footer-2-jouhou-table td{
width: 80%;	
font-weight: normal;
font-size:14px;
letter-spacing: 1px;
color:#2a2a2a;	
vertical-align: top;
padding-bottom:8px;	
line-height: 140%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
table.pc-fotter-tenpo{
  width: 100%;
  border-collapse:separate;
  border-spacing: 0;
border-top:1px solid #80bfff;
border-bottom:0px solid #aad5ff;
	margin: auto;
max-width: 800px;	
}

table.pc-fotter-tenpo th:first-child{
}

table.pc-fotter-tenpo th:last-child{
}

table.pc-fotter-tenpo th{
  text-align: center;
  color:#ffffff;
  background: #00aeef;
  border-left: 0px solid #006ad5;
 border-top: 0px solid #ffd5ea;
 border-bottom: 1px solid #ffffff;
  width: 220px;
padding-right: 2%;
padding-left: 2%;
font-weight: normal;
	font-size:12px;
	letter-spacing: 2px;
margin-top:-1px;
	  padding: 10px 0;
}

table.pc-fotter-tenpo td{
  text-align: center;
  border-left: 1px solid #80bfff;
  border-bottom: 1px solid #80bfff;
  border-top: 0px solid #ffd5ea;
  width: 85.7142px;
  padding: 10px 0;
	font-size:13px;
}

table.pc-fotter-tenpo td:last-child{
  border-right: 1px solid #80bfff;
}
.pc-footer-2-botan{
background: #5c821a;
width: 230px;	
margin:auto;	
margin-top:25px;	
text-align: center;	
padding:3px;
border-radius: 20px;	
}
.pc-footer-2-botan:hover{
opacity: 0.8;	
}

.pc-footer-2-botan > a{	
display: block;
position: relative;	
font-size:13px;
color:#ffffff;
padding:2px 0;
letter-spacing: 1px;	
text-decoration: none;	
font-weight: normal;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

.pc-footer-2-botan > a::after {
content: "";
position: absolute;
top: 50%;
right: 25px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 7px solid #ffffff;
border-left: 7px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.pc-footer-2-table-menu{
width: 100%;
padding-left:0px;	
}
.pc-footer-2-table-menu > li{
width: 100%;
list-style: none;
padding:3px 0;
border-bottom:1px solid #cccccc;	
}
.pc-footer-2-table-menu > li > a{
position: relative;	
font-size:14px;
letter-spacing: 1px;
color:#2a2a2a;	
text-decoration: none;	
padding-left:20px;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.pc-footer-2-table-menu > li > a:hover{
text-decoration: underline;	
}
.pc-footer-2-table-menu > li > a::before {
content: "";
position: absolute;
top: 40%;
left: 0px;
width: 0;
height: 0;
margin: -3px 0 0 0;
border-top: 8px solid #8a8a8a;
border-left: 8px solid transparent;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}
.pc-footer-2-access{
width: 100%;	
}
.pc-footer-2-copyright{
width: 1280px;
padding-top:40px;
padding-bottom:40px;	
text-align: center;
background: #4c721d;	
}
.pc-footer-2-copyright > p{
width: 1280px;
font-size:15px;
color:#ffffff;
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/* spフッター */

.spfooter {
	width: 100%;
  margin-top: 0px;
	padding:30px 0;
  border-top: solid 0px #b4b4b4;
  background-color: rgb(86, 130, 3, 0.1);
	
}
.sp-fotter-access-title{
width: 100%;
padding-left:3%;	
margin-bottom:40px;	
border-bottom:1px solid #000000;	
}
.sp-fotter-access-title > p{
font-size:18px;
color:#000000;
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;		
}
.sp-footer-access{
width: 95%;
margin:auto;	
margin-bottom:20px;	
}
.sp-footter-access-bun{
width: 90%;
margin:auto;
margin-bottom:60px;	
}
.sp-footter-access-bun > p{
font-size:16px;
color:#000000;
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.sp-footer-pagelink-zentai{
width: 100%;
background: #568203;
margin-top:10px;
padding:5px 0;	
}
li.sp-footer-pagelink-top{
width: 100%;
list-style: none;
border-top:0px solid #cccccc;
padding:10px 0;	
position: relative;		
}
li.sp-footer-pagelink-top::after{
content: "";
position: absolute;
top: 50%;
right: 25px;
width: 6px;
height: 6px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
li.sp-footer-pagelink-top > a{
display: block;	
color:#ffffff;
font-size:14px;
text-decoration: none;
padding-left:4%;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
li.sp-footer-pagelink{
width: 100%;
list-style: none;
border-top:1px solid #cccccc;
padding:10px 0;	
position: relative;		
}
li.sp-footer-pagelink::after{
content: "";
position: absolute;
top: 50%;
right: 25px;
width: 6px;
height: 6px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
li.sp-footer-pagelink > a{
display: block;	
color:#ffffff;
font-size:14px;
text-decoration: none;
padding-left:4%;	
letter-spacing: 1px;	
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
.sp-fotter-access{
width: 100%;
margin-top:40px;	
}
.sp-footer-copyright{
width: 100%;
padding:20px 0;	
 background-color: rgb(86, 130, 3, 0.1);	
}
.sp-footer-copyright > p {
width: 100%;
text-align: center;
font-size: 13px;
color: #000000;
font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 1;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
   justify-content: center;
   align-items: center;
   width: 50%;
   padding:0;
   margin:0;
   font-size: 14px;
   border-right: 1px solid #fff;
}

/*左側メニューを緑色に*/
#sp-fixed-menu li:first-child{
   background: #03c03c;
}

/*左側メニューをオレンジ色に*/
#sp-fixed-menu li:last-child{
   background: #f3a324;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
	font-size:14px;
   text-align: center;
   display:block;
	text-decoration: none;
   width: 100%;
   padding:10px;
	letter-spacing: 1px;
 font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;	
}
@media (min-width: 768px) {
   .for-sp{
      display:none;
    }
}