@charset "utf-8";
/*
Theme Name: spp
Theme URI: ★★
Template: habakiri
Description: ★★
Author: ★★
*/

body {
font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', '游ゴシック', 'Yu Gothic', 'BIZ UDPGothic', 'ＭＳ Ｐゴシック', sans-serif;
    line-height:1.4;
    font-weight: 400;
color:#2d3436;
}

p {
font-size: 16px ;
color:#2d3436;
margin-bottom:20px;
}

p.nm{
font-size: 16px ;
margin-bottom:0;
}


img {
    image-rendering: -webkit-optimize-contrast;
　　　-webkit-backface-visibility: hidden;

}


hr{
  border-top:1px solid #ddd;
}


.pr-box {
 margin:0;
padding:20px;
background:#E1EEF1;
box-shadow: 0 5px 15px 0 rgba(42, 59, 13, 0.18);
}

.img-01 {
width:100%;
height:auto;
aspect-ratio: 1 / 1.25;
object-fit: cover; 
}

.img-01n {
max-width:100%;
height:auto;
margin:0 auto;
}


.tx-n  {
font-size:16px;
font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
margin:15px 0 5px 0;
}

.tx-n2  {
font-size:18px;
font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.tx-n2 span {
font-size:14px;
}

/* セクション全体の余白 */
.company-profile {
 width: 100%;
  margin: 30px auto 0;
color:#2d3436;
}

/* タイトル（英語表記） */
.profile-title {
  font-size: 1.8rem;
  color: #0097B2; /* コーポレートカラー */
  border-bottom: 2px solid #0097B2;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}

/* テーブルの基本構造 */
.profile-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}

/* 見出し（左側） */
.profile-table th {
  width: 20%;
  padding: 25px 20px;
  text-align: left;
  background-color: #f9f9f9;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  vertical-align: top;
  color: #555;
  font-size:16px;
}

/* 内容（右側） */
.profile-table td {
  padding: 25px 20px;
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
  font-size:16px;
}

/* 事業内容のリスト */
.profile-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size:16px;
}

.profile-table ul li::before {
  content: "・";
  color: #0097B2;
  font-weight: bold;
  margin-right: 5px;
}


/* スマホ対応（レスポンシブ） */
@media screen and (max-width: 640px) {
  .profile-table th, .profile-table td {
    display: block;
    width: 100%;
    padding: 15px;
  }
  .profile-table th {
    background-color: #f0fbfc; /* 薄いコーポレートカラー */
    border-bottom: none;
  }
}


/*********************************
* タイムライン
*********************************/
.ptimeline-wrap{
    margin:0 auto 2rem;
}
.ptimeline-wrap .ptimeline{
    padding:0 !important;
    list-style:none !important;
}
.ptimeline-wrap .ptimeline-label {
    padding: 3px 0 0 2px;
    color: #aaa;
    font-size: 16px;
    font-weight: 500;
}
.ptimeline-wrap .ptimeline-title {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.5;
    color:#00bfff;
}
.ptimeline-wrap .ptimeline-main {
    margin-top: 0.5em;
    padding: 0 0 1.5em;
    font-size: 16px;
    line-height: 1.6;
    border-bottom: dashed 1px #ddd;
    color:#555;
}
.ptimeline-wrap .ptimeline-main img{
  display:block;
  margin:1em auto;
}
.ptimeline-wrap .ptimeline-item {
    position: relative;
    padding: 0 0 1em 1.5em !important;
    margin-bottom:0 !important;
    border:none;
}
.ptimeline-wrap .ptimeline .ptimeline-item:before {
    content: "";
    width: 3px;
    background: #eee !important;
    display: block;
    position: absolute;
    top: 25px;
    bottom: -3px;
    left: 5px;
}
.ptimeline-wrap .ptimeline-item:last-child:before{
    content:none;
}
/*********************************
* タイムライン マーカー
*********************************/
.ptimeline-wrap .ptimeline-marker{
    display: block;
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: solid 3px #00bfff;
}
.ptimeline-wrap .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .ptimeline-item:last-child .ptimeline-marker{
    background:#00bfff;
}
/*四角 */
.ptimeline-wrap .square .ptimeline-marker{
    border-radius: 0;
}
/* アイコン*/
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .icon .ptimeline-item .ptimeline-marker:before{
    font-family: "Font Awesome 5 Free";
    top: -1px;
    left: 0;
    position:absolute;
    font-weight:bold;
    font-size:16px;
    line-height:1;
    color:#00bfff;
}
.ptimeline-wrap .icon .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .icon .ptimeline-item:last-child .ptimeline-marker{
    background:none !important;
}
/* 画像*/
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker{
    content:unset;
    border:none !important;
    background:none !important;
}
.ptimeline-wrap .tl-img .ptimeline-item .ptimeline-marker:before {
    content:"";
    display:inline-block;
    background-image:url(ここに画像URL); /* 画像1番目*/
    background-size:contain;
    background-repeat:no-repeat;
    width:40px;
    height:40px;
    position: relative;
    top: -4px;
    left: -2px;
}
.ptimeline-wrap .tl-img li:nth-of-type(2) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像2番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(3) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像3番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(4) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像4番目*/
}
.ptimeline-wrap .tl-img li:nth-of-type(5) > .ptimeline-marker:before{
    background-image:url(ここに画像URL) !important; /* 画像5番目*/
}
.ptimeline-wrap .tl-img .ptimeline-item {
    padding: 0 0 1em 3em !important;
}
.ptimeline-wrap .tl-img .ptimeline-item:before {
    top: 30px;
    left: 15px;
}
/*********************************
* タイムライン カラー
*********************************/
/* ピンク */
.ptimeline-wrap .pink .ptimeline-title{
    color:#f7bcbc !important; /* タイトル色 */
}
.ptimeline-wrap .pink .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .pink .ptimeline-marker{
    border: solid 3px #f7bcbc !important; /* マーカー色 */
    color:#f7bcbc; /* アイコン色 */
}
.ptimeline-wrap .pink .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .pink .ptimeline-item:last-child .ptimeline-marker{
    background:#f7bcbc; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .pink .ptimeline-item .ptimeline-marker:before{
    color:#f7bcbc !important; /* アイコン色 */
}
/*イエロー*/
.ptimeline-wrap .yellow .ptimeline-title{
    color:#fdc44f !important; /* タイトル色 */
}
.ptimeline-wrap .yellow .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .yellow .ptimeline-marker{
    border: solid 3px #fdc44f !important; /* マーカー色 */
    color:#fdc44f; /* アイコン色 */
}
.ptimeline-wrap .yellow .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .yellow .ptimeline-item:last-child .ptimeline-marker{
    background:#fdc44f; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .yellow .ptimeline-item .ptimeline-marker:before{
    color:#fdc44f !important; /* アイコン色 */
}
/*グリーン*/
.ptimeline-wrap .green .ptimeline-title{
    color:#2fcdb4 !important; /* タイトル色 */
}
.ptimeline-wrap .green .ptimeline-main{
    color:#555 !important; /* コンテンツ色 */
}
.ptimeline-wrap .green .ptimeline-marker{
    border: solid 3px #2fcdb4 !important; /* マーカー色 */
    color:#2fcdb4; /* アイコン色 */
}
.ptimeline-wrap .green .ptimeline-item:first-child .ptimeline-marker,.ptimeline-wrap .green .ptimeline-item:last-child .ptimeline-marker{
    background:#2fcdb4; /* マーカー色(最初と最後)*/
}
.ptimeline-wrap .green .ptimeline-item .ptimeline-marker:before{
    color:#2fcdb4 !important; /* アイコン色 */
}
.section-title {
  position: relative;
  height: 80px; 
}

.bg-english {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 80px; 
  font-weight: 900;
  color: rgba(0, 133, 157, 0.08);
  z-index: 1;
  /* 改行させない */
  white-space: nowrap; 
}

.main-japanese {
  position: absolute; /* ここを relative から absolute に変更 */
 top: 50px;   /* 英語の高さの中央より少し下へ */
  left: 60px;  /* 英語の1文字目と2文字目の間くらいに配置 */
  letter-spacing: 0.05em; /* 日本語も少しだけ広げると綺麗です */
  z-index: 2;
  font-size: 32px;
  color: #0097b2;
  margin: 0;  
 font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;     
}

h3.ab-h3{
font-size:18px;
margin:0 0 5px 0;

}

h3.ab-h3 i{
color:#2FCDB4;
padding-right:1.5em;
}

.w-90 {
   width: 86%;
   margin-left:7%;
   margin-right:7%;
}

.w-86 , .w-86b{
   width: 88%;
   margin-left:7%;
   margin-right:7%;
}

.w-86 p{
 line-height:1.7;
margin-bottom:25px;
}


.grecaptcha-badge { 
visibility: hidden;
 }

.hero-container {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}

@media (min-width: 768px) {
  .hero-container {
    height: 100vh;
    aspect-ratio: auto;
  }
}


/* 背景画像（imgタグ）共通設定 */
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 1枚目：常に一番下に敷いておく (z-index不要) */
.bg1 {
  opacity: 1; /* 常に表示 */
  animation: bg1-anim 20s infinite linear;
}

.bg2 {
  z-index: 2; 
  opacity: 0;
  animation: bg2-anim 20s infinite linear;
}



/* 2枚目：左へスライド（パン） 1枚目の上に重ねて、10秒ごとにフェードイン・アウトさせる */
.bg2 {
  z-index: 2; 
  opacity: 0;
  animation: bg2-anim 20s infinite linear;
}

/* タイトル画像（2秒後にフェードイン） */
.title-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  
  opacity: 0; /* 最初は隠しておく */
  animation: logo-fade-in 1.5s forwards; /* 1.5秒かけてフェードイン */
  animation-delay: 3s; /* 3秒待ってから開始 */
}

/* --- アニメーション定義 --- */
/* 1枚目：ズームアウトして消える（一方通行） */
@keyframes bg1-anim {
  0%   { opacity: 1; transform: scale(1.15); z-index: 2; }
  45%  { opacity: 1; }
  50%  { opacity: 0; transform: scale(1);    z-index: 1; } /* 10秒で等倍になりつつ消える */
  95%  { opacity: 0; transform: scale(1.15); }             /* 裏側でこっそり拡大サイズに戻る */
  100% { opacity: 1; transform: scale(1.15); z-index: 2; } /* ループの瞬間に不透明に戻る */
}

/* 2枚目：左パンして消える（一方通行） */
@keyframes bg2-anim {
  0%   { opacity: 0; transform: scale(1.1) translateX(3%); z-index: 1; }
  45%  { opacity: 0; }
  50%  { opacity: 1; z-index: 2; } /* 10秒地点で現れる */
  95%  { opacity: 1; transform: scale(1.1) translateX(-3%); }
  100% { opacity: 0; transform: scale(1.1) translateX(-3%); z-index: 1; } /* 左に寄ったまま消える */
}

/* ロゴ専用のフェードインアニメーション */
@keyframes logo-fade-in {
  to {
    opacity: 1;
}
}

/* 1. 外側に大きな余白を作る設定 */
.outer-space {
 margin-top:30px;
  padding: 20px;       /* ここで枠の外側の余白を調整できます */
  background: #fff; /* 背景色（余白が分かりやすいように設定） */
  display: flex;
  justify-content: center;
}

.frame-container {
  --color: #2D3436; /* 指定の色 */
  --gap: 4px;
  --thick: 1.5px;
  --size: 30px;
  
  position: relative;
  display: block;   /* inline-block から block に変更 */
  width: 100%;      /* 横幅を100%に固定 */
  box-sizing: border-box; /* 余白を含めたサイズ計算にする */
  padding: 10px;
  background: white;
}

/* --- 以下、枠の形状を維持 --- */
.content-wrapper {
  border: var(--thick) solid var(--color);
  padding: 0 20px 20px 20px;
  width: 100%;      /* ここも100%に */
  box-sizing: border-box;
  background: white;
  position: relative;
  z-index: 2;
}

.corner {
  position: absolute;
  width: var(--size);
  height: var(--size);
  border: var(--thick) solid var(--color);
  z-index: 1;
}

.top-left     { top: 0; left: 0; border-right: none; border-bottom: none; }
.top-right    { top: 0; right: 0; border-left: none; border-bottom: none; }
.bottom-left  { bottom: 0; left: 0; border-right: none; border-top: none; }
.bottom-right { bottom: 0; right: 0; border-left: none; border-top: none; }

.frame-container::before {
  content: "";
  position: absolute;
  inset: 0;
  border: var(--thick) solid var(--color);
  mask: linear-gradient(to right, transparent var(--size), black var(--size), black calc(100% - var(--size)), transparent calc(100% - var(--size))),
        linear-gradient(to bottom, transparent var(--size), black var(--size), black calc(100% - var(--size)), transparent calc(100% - var(--size)));
  mask-composite: intersect;
  -webkit-mask-composite: source-in; /* Safari/Chrome用 */
}

.content-wrapper ol {
  counter-reset: number; /* カウンタをリセット */
  list-style: none; /* デフォルトの数字を消す */
  padding-left: 0;
line-height:1.4;
}

.content-wrapper ol li {
  counter-increment: number; /* カウンタを増やす */
  padding-left: 30px;
  position: relative;
   font-size:16px;
 color:#2D3436;
}

.content-wrapper ol li:not(:last-child) {
  padding-bottom: 15px;        
  margin-bottom: 15px; 
  border-bottom: 1px dotted #ccc;
}

.content-wrapper ol li span{
  font-size:18px;
  font-weight:700;
}

.content-wrapper ol li::before {
  content: counter(number) "."; /* 数字を生成 */
  font-family: serif; /* 数字だけのフォントを指定 */
  font-size:18px;
  font-weight: bold;
    color:#0097B2;
  position: absolute;
  left: 0;
 top:-3px;
}

.st-ttl {
  font-size:1.8em;
 font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
text-align:center;
margin-bottom:10px;
  color:#2D3436;
 }

.txt-d {
  font-size:32px;
 font-family: aw-conqueror-didot, serif;
font-style: normal;
font-weight: 300;
position: relative;
  top: 0.05em;
}

.txt-s {
  font-size:20px;
}


@media screen and (max-width: 640px) {
 
.outer-space {
  padding: 5px;      
}

.content-wrapper {
  padding: 0 10px 10px 10px;
}


}

.page-numbers {
background-color:#565250 !important;
color:#fff !important;
border:1px solid #fff !important;
}

.pagination .current {
background-color:rgb(86, 82, 80,0.6) !important;
color:#fff !important;
border:1px solid #fff !important;
}

.catchbox img  {
width:100%;
height:auto;
margin-top:-15px;
margin-bottom:15px;
aspect-ratio: 16 / 8;
 object-fit: cover; 
}

.catchbox2 {
font-size:15px;
margin-bottom:3px;
margin-left:2px;
}

.blog-cont h2 {
margin:20px 0 20px;
padding:0;
font-size:20px;
font-weight:500;
border-bottom:1px dotted #222;
}

.blog-cont h2:before {
color:#222;
 font-family:"FontAwesome";
content:"\f00c";
padding-right:0.2em;
}


.blog-cont h3  {
margin:15px 0;
padding:10px;
font-size:20px;
background:#0097b2;
color:#fff;
}

.blog-cont h4  {
margin:15px 0;
padding:10px 10px 10px 30px;
font-size:18px;
background:#dfedf2;
position: relative;
}
.blog-cont h4:before {
    position: absolute;
    top: 20%;
    left: 10px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
  background:#0097b2;
}

.blog-cont pre  {
font-size:16px !important;
margin-bottom:20px !important;
background:rgba(255, 255, 255, 0.6) !important;
font-family:sans-serif !important;
border:none !important;
}

.blog-cont ol ,.blog-cont ul {
border:1px dashed #AF637B;
background:rgba(255, 255, 255, 0.6) ;
padding-top:10px;
padding-bottom:10px;
font-size:15px;
}

.blog-cont img.size-full{
width:100%;
max-width:100%;
height:auto;
margin:0 auto 10px;
}

@media (max-width:480px) {

.blog-cont img.size-blog-s{
width:33%;
height:auto;
}
}




.entry-tag {
margin-top:5px;
margin-bottom:10px;
}

.entry-tag ul {
margin-left:-40px;
}


.entry-tag ul li{
display: inline;
 list-style-type:none;

}


.entry-tag a {
	display: inline-block;
	margin: 0 .3em .6em 0;
	padding: .2em;
	line-height: 1;
	text-decoration: none;
	color: #D4838A;
	border: 1px solid #D4838A;
	border-radius: 5px;
}
.entry-tag a:before {
	content: "#";	
}


.input-group-btn .btn-default {
background:#F7F7F7;
border:1px solid #ccc;
}

.input-group-btn .btn-default:hover {
background:#EBEBEB;
border:1px solid #ccc;
transition: all 0.3s ease;
}


.container {
   width: 88%;
   margin-left:6%;
   margin-right:6%;
}

.pc { display: block !important; }
.sp { display: none !important; }

h1.entry__title  {
    font-size: 22px;

 font-weight: 600;
}


ol li {
font-size:15px;
}

.entry-meta  {
font-size:14px;
padding-left:0.1em;
}


a img {
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
 border:none;
outline:none;
}



img {
    border:none;
　　outline: none;
}


a  {
   text-decoration:none !important;
　　outline:none !important;
 }

a:focus{
outline: none;
}

a:hover  {
    text-decoration:none !important;
outline: none !important;
}

.widget a:hover{
 text-decoration:none !important;
}


#main {
  margin-bottom: 50px; 
}



.clear {
  clear: both; 
line-height: 0; 
}

.breadcrumbs {
font-size:15px;
color:#000;
text-transform: uppercase;
}


.breadcrumbs a{
color:#666 !important;
}

.breadcrumbs a:hover{
  color:#999 !important;
}


.entries .entry--has_media__text {
  background-color: #bbb;
}

.wp-posts-carousel-container a {
color:#555 !important;
}

.wp-posts-carousel-container a:hover{
color:#e0e1dc !important;
}

.rpwe-default-thumb {
width:60px !important;
}

.rpwe-title a {
color:#000 ;
}

.rpwe-title a:hover{
color:#e0e1dc ;
}

#categories-3 h2 {
display:none;
}

.mg-10 {
 margin-top:10px;
}

.mg-15 {
 margin-top:15px;
}


.mg-20 {
 margin-top:20px;
}

.mg-20b {
 margin-top:30px;
}


.mg-25 {
 margin-top:25px;
}

.mg-30 {
 margin-top:30px;
}

.mg-40 {
 margin-top:40px;
}

.mg-40b {
 margin-top:40px;
}

.mg-40c {
 margin-top:45px;
}


.mg-50 {
 margin-top:50px;
}


.mg-b-20 {
 margin-bottom:20px;
}


.bt-sd {
 margin-bottom:30px;
}

a.cll-box {
color:#656565;
}

a.cll-box:visited {
  color: #656565;
}

a.cll-box:hover {
color:#777;
}

.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
justify-content: center;
}

.col_2 .box_col2{
	width: 50%;
	padding: 0;
}

.col_2 .box_left{
background:#FFA584;
}

.col_2 .box_right{
background:#E75284;
}


@media (max-width:767px) {

.col_2 .box_col2{
	width: 100%;
}
}

.cr-box{
margin-bottom:50px;
box-shadow: 0 5px 15px 0 rgba(42, 59, 13, 0.18);
}



.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 .col_4a{
	width: 20%;
}

.col_4 .col_4a img{
	width: 100%;
    height:auto;
aspect-ratio: 8 / 9;
 object-fit: cover; 
}



.col_4 .col_4b{
	width: 40%;
}

.col_4 .col_4b img{
	width: 100%;
    height:auto;
aspect-ratio: 16 / 9;
 object-fit: cover; 
}


.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 .col_3a{
	width: 40%;
}

.col_3 .col_3a img{
	width: 100%;
    height:auto;
aspect-ratio: 16 / 9;
 object-fit: cover; 
}



.col_3 .col_3b{
	width: 20%;
}

.col_3 .col_3b img{
	width: 100%;
    height:auto;
aspect-ratio: 8 / 9;
 object-fit: cover; 
}



.cont-box {
background:#fff;
width:50%;
margin:40px auto;
padding:10px 0;
font-size:16px;
 display: inline-block;
border-radius:8px;
font-weight:700;
}

.cont-box:hover {
background:#ffcab7;
width:50%;
margin:40px auto;
padding:10px 0;
font-size:16px;
 display: inline-block;
border-radius:8px;
color:#999;
}


.img-ttl {
   position: relative;
margin-top:80px;
}

.img-ttl img {
width:100%;
height:auto;
border-radius:15px;
}


.img-ttl:before {
  content: '';
  display: inline-block;
  width: 120px;
  height:113px;
  background-image: url(images/fv3.png);
  background-size: contain;
   position: absolute;
    top: -52px;
    left: -90px;
  z-index:2;
}

.img-ttl2 {
   position: relative;
margin-top:80px;
}

.img-ttl2 img {
width:100%;
height:auto;
border-radius:15px;
}


.img-ttl2:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 113px;
  background-image: url(images/fv4.png);
  background-size: contain;
   position: absolute;
    top: -52px;
    right: -90px;
  z-index:2;
}

.img-ttl3 {
   position: relative;
margin-top:80px;
}

.img-ttl3 img {
width:100%;
height:auto;
border-radius:15px;
}


.img-ttl3:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 113px;
  background-image: url(images/fv5.png);
  background-size: contain;
   position: absolute;
    top: -52px;
    left: -90px;
  z-index:2;
}

.img-ttl4 {
   position: relative;
margin-top:80px;
}

.img-ttl4 img {
width:100%;
height:auto;
border-radius:15px;
}


.img-ttl4:before {
  content: '';
  display: inline-block;
  width: 120px;
  height: 113px;
  background-image: url(images/fv6.png);
  background-size: contain;
   position: absolute;
    top: -52px;
    right: -90px;
  z-index:2;
}

h2.gt {
  position: relative;
color:#AD4048;
  font-size: 16px;
  padding:2px 30px;
  text-align: center;
  display:inline-block;
  margin: 0 0 10px;
font-family: 'M PLUS 2', sans-serif;
font-weight:500;
  border-top: solid 1px#AD4048;
  border-bottom: solid 1px #AD4048;
}

h2.gt:before, h2.gt:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #AD4048;
}
h2.gt:before {
  left: 7px;
}
h2.gt:after {
  right: 7px;
}

.pro-box {
margin-top:70px;
width:94%;
margin-right:6%;

}

.pro-box2 {
margin-top:70px;
width:94%;
margin-left:6%;

}


.pro-box-ttl {
font-family: 'Shippori Mincho', serif;
font-size:24px;

}

.pro-box-ttl2 {
font-size:17px;
font-weight:700;
}

.pro-box-ttl3 {
margin-top:30px;
}

.pro-box-ttl4 {
margin-top:20px;
}

/*================================================
 *  ページヘッダー
 ================================================*/

.header-bgimg-001 {
   position: relative;
  margin:0;
 padding:0;
}

.header-bgimg-001 img {
width:100%;
height:auto;
aspect-ratio: 1 / 0.18;
object-fit: cover; 
}

.header-bgimg-002 {
   position: relative;
  margin:0;
 padding:0;
}

.header-bgimg-002 img {
width:100%;
height:auto;
aspect-ratio: 1 / 0.4;
object-fit: cover; 
}

.page-header__title_individual{
  font-size: 34px;
    margin: 0;
    margin-top:calc(-9% - 25px);   
    text-align:center;
font-family: 'M PLUS 2', sans-serif;
font-weight:600;
text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    color: #fff;
letter-spacing: 0.05em;
	text-indent: 0.05em;
}

.page-header__title_individual2{
  margin:0;
 padding:0;
  font-size: 36px;
position: absolute;
  top:50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
text-shadow: 2px 2px 2px rgba(0,0,0,0.65);
    color: #fff;
 white-space: nowrap;
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 0.08em;
	text-indent: 0.08em;
}



@media (max-width : 768px){
.page-header__title_individual{
font-size: 20px;
  margin-top:calc(-9% - 17px); 
}

.page-header__title_individual2{
  margin:0;
 padding:0;
  font-size: 24px;
position: absolute;
  top:50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
text-shadow: 2px 2px 2px rgba(0,0,0,0.65);
    color: #fff;
 white-space: nowrap;
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing: 0.1em;
	text-indent: 0.1em;
}



}

@media (max-width : 480px){
.page-header__title_individual{
font-size: 18px;
  margin-top:calc(-10% - 10px); 
}
}


/*================================================
 * ヘッダー
 ================================================*/

.site-branding__logo { 
width:300px;
height:auto;
}



.header {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.20); 
z-index:9999;
}


.fixed-header{
	transition: all 0.3s ease;
	position: fixed;
	top: 0;
	left:0;
	width:100%;
}

.menu-menu-1-container ul li a{
font-family: serif;
  font-weight: 400;
  font-style: normal;
backface-visibility: hidden;
}

.menu-menu-1-container ul li a small {
 font-family: aw-conqueror-didot, serif;
font-style: normal;
font-weight: 300;
}

ul.sub-menu li a{
background:rgba(67, 67, 67, 0.7) !important;
border-bottom:1px dotted #fff !important;
}

ul.sub-menu li:last-child a{
border-bottom:none !important;
}

ul.sub-menu li a:hover{
background:rgba(67, 67, 67, .9) !important;
color:#fff !important;
}




.slick-slide:focus {
  outline: none;
}


.site-branding{
	padding:20px 0 !important;
}



.img-102 {
width:100%;
height:auto;
margin-top:17px;
}

.img-103 {
width:100%;
height:auto;
margin-top:17px;
}

.hd-inq a img {
 transition: opacity 0.3s ease-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

.hd-inq a:hover img {
 opacity: 0.85;
}
/*================================================
 *  ページヘッダー
 ================================================*/

.page-header {
margin: 0;
padding: 45px 0; 
background:#FCF8F4 !important;
line-height:30px;
border-bottom:none;
 }



h1.page-header__title  {
font-family: 'Noto Serif JP', serif;
font-weight:400;
font-size:26px ;
color:#fff;
}


.habakiri-slider__item h2  {
 font-family: "Likurei","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size:46px;
text-shadow: 2px 2px 4px rgba(0,0,0,0.65);

}






/*================================================
 *  footer
 ================================================*/

.cta-floating {
  max-width: 800px; /* 表の幅に合わせるのがおすすめ */
  margin: 0 auto -90px; /* 上は0、左右中央、下はマイナスでフッターに食い込ませる */
  position: relative; /* 重なり順を指定するために必要 */
  z-index: 10; /* フッターより上にくるように */
  padding: 0 20px;
}

.page-id-1605 .cta-floating {
display:none;
}




/* 白い箱本体 */
.cta-white-box {
  background: #fff;
  padding: 40px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1); /* 浮いている感を出すための影 */
  border-radius: 8px; /* 角を少し丸くするとモダン */
}

.cta-white-box p{
 font-size:18px;
 color: #2D3436;
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
}


/* ボタンのデザイン */
.cta-button {
  display: inline-block;
  background-color: #0097B2; /* コーポレートカラー */
  color: #fff;
  padding: 15px 60px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50px; /* 丸いボタンで親しみやすさを */
  margin-top: 20px;
  transition: 0.3s;
}

.cta-button:hover {
  background-color: #007a8f; /* ホバーで少し暗く */
  transform: translateY(-3px); /* 少し浮き上がる演出 */
 color:#ccc;
}

img.ic-sn {
width:40px;
height:auto;
border-radius:50%;
}

.box-ic {
margin-top:40px;
margin-bottom:10px;
color:#fff;
font-family: aw-conqueror-didot, serif;
font-style: normal;
font-weight: 300;
font-size:30px;
}

.box-ic2 {
font-size:15px;
color:#fff;
margin-bottom:20px;
}

.box-ic3 a{
color:#fff;
}

.box-ic3 a;hover{
color:#ccc;
}
.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 5px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 40px;/*高さ*/
  width: 200px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 18px;/*文字のサイズ*/
  line-height: 40px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
margin-top:30px;

}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 30px;/*アイコンサイズ*/
  position: relative;
  top: 5px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
font-family: 'Raleway', sans-serif;
padding-left:0.5em;
transition: .5s
}

.insta_btn2:hover{
color:#fff;
}


.insta_btn2:hover span{
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
color:#fff;
}

.footer {
background:#2D3436 !important;
  padding:80px 0 0;

}

.ft-tx{
font-size:24px;
color:#000;
}

.ft-tx-s{
font-size:18px;
padding-right:5px;
}

.ft-tx2{
font-size:20px;
color:#000;
}

.ft-tx3{
font-size:26px;
color:#000;
}


.ft-bn{
padding:50px 0;
}


.ft-bn img{
width:100%;
height:auto;
box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.copyright  {
     color: #fff;
   background-color:#191919;
text-align:center;
margin-top:30px;
font-weight:500;
letter-spacing:0.05em;
text-indent: 0.05em;
}

.copy-add  {
     color: #000;
text-align:center;
padding:0 0 20px;
font-size:18px;
}


.imgft001  {
 max-width:100%;
height:auto;
margin-bottom:20px;
}

/*================================================
 *  Contents
 ================================================*/

h3.doct {
  border-bottom: solid 2px #B2DAE1;
  position: relative;
  padding-bottom:2px;
  margin:0 0 20px 0;
 font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
  font-size:24px;
}

h3.doct:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #00859d;
  bottom: -2px;
  width: 20%;
}

h2.doct2 {
  border-bottom: dotted 4px #d2e28b;
  padding-bottom:2px;
  margin:0 0 20px 0;
  font-family: 'M PLUS 2', sans-serif;
  font-weight:400;
  font-size:24px;
  text-align:center;
}



.shadow02{
box-shadow: 0 5px 15px 0 rgba(42, 59, 13, 0.18);
width:100%;
height:auto;
border-radius:5px;
}



.shadow03{
box-shadow: 0 5px 15px 0 rgba(42, 59, 13, 0.18);
width:100%;
height:auto;
aspect-ratio: 4 / 3;
 object-fit: cover; 
border-radius:5px;
}

.box-j2{
width:100%;
margin-top:30px;
padding:40px;
 background: url(./images/bg-333.jpg) ;
  background-size:  cover;
border-radius:5px;
}

.v-box3{
margin:0 ;
padding:20px; 
 background: rgba(255, 255, 255, 0.4);
border-radius:8px;
}


.v-box3 ul{
margin:0 0 0 -40px;
  
}

.v-box3 ul li{
   background: url(images/ic1.png) 0 11px no-repeat;
   background-size:2%;
   list-style-type: none;
   list-style-position: outside;
font-size:16px;
  padding-left: 30px;
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px dotted #999;

}


.v-box3 ul li:last-child {
           border-bottom: none;
 }


.box-opp-out {
width:60%;
margin:50px 20% 20px;
padding:8px;
 background: rgba(255, 255, 255, 0.4);
border-radius:8px;
box-shadow: 0 5px 15px 0 rgba(42, 59, 13, 0.18);
}


.box-opp {
 background: url(./images/ww1.png) left top no-repeat,url(./images/ww2.png) right top no-repeat,url(./images/ww3.png) right  bottom no-repeat,url(./images/ww4.png) left bottom no-repeat;
width:100%;
background-size:7%;
padding:30px;
}

.opp2-ttl  {
font-size:23px;
font-family: 'M PLUS 2', sans-serif;
font-weight:500;
margin-top:-5px;
border-bottom:1px solid #222; 
padding:5px 0 0;
text-align:center;
margin-bottom:20px;
}

p.opp2-tx  {
font-size:21px;
font-weight:500;
text-align:center;
line-height:2.0;
}


@media screen and (max-width:767px) {

.box-opp-out {
width:100%;
margin:50px 0 20px;
}


.box-opp {
background-size:11%;
padding:20px ;
text-align:left;

}

.opp2-ttl  {
font-size:18px;
}

p.opp2-tx  {
font-size:16px;

}
}

.ssn ul  {
margin-top:10px;
margin-left:-10px;
line-height:1.3;
}

.ssn ul li {
font-size:15px;
padding:10px 0;
}

.box320  {
text-align:center;
margin-top:10px;
margin-bottom:0;
padding-top:30px;
background:rgba(255,255,255,.4);
border-radius:5px;
box-shadow: 0 1px 5px rgba(39,48,57,.1);
}

.box320 p{
text-align:left;
margin-left:20px;
padding:5px 5px 30px 10px;
text-indent:-18px;
line-height:1.3;
}


.box320 p span{
font-family:  serif;
font-weight:bold;
font-style:italic;
padding-right:2px;
font-size:120%;
 position: relative;
  top: 1px;
  left: 0px;
color:#AD4048;
}


img.img-cc3 {
border-radius:50%;
margin-top:0;
margin-bottom:10px;
width:35%;
height:auto;
}


.ar-box{
font-size:40px;
text-align:center;
margin:10px auto -10px;
color:#AD4048;
}

.ar-box2{
font-size:22px;
text-align:center;
margin:0 auto 50px;
font-family: 'M PLUS 2', sans-serif;
}



h2.doct3 {
  margin:0 0 10px 0;
font-family: 'Shippori Mincho', serif;
  font-weight:500;
  font-size:26px;
  text-align:center;
}

.rules-outer {
 background:rgba(255,255,255,.35);
  padding: 10px;
border-radius:10px;
}

.rules-inner {
 background:rgba(247,247,247,.5);
padding:20px;
border-radius:10px;
}

.rules-inner span{
border:1px dotted #555;
padding:0 5px;
font-weight:bold;
}


.rules-end {
text-align:right;
font-size:15px;
font-family: 'Shippori Mincho', serif;
font-weight:700;
color:#000;
margin-top:10px;
padding-right:1em;
}






a.bttt , a.bttt:visited , a.bttt:active{
color:#555;
}

a.bttt:hover{
color:#888;
}

table.table-015  {
        width: 100%;
        border:  none;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 ;
       
        
}

table.table-015 td {
        padding:0 ;
        border: none;
       vertical-align: middle;
  
        text-align: left;   
    }

table.table-015 td.td-ig{
width:30%;
padding:15px 25px 15px 15px;
}




table.table-015 td.td-txt{
font-size:24px;
font-weight:bold;
font-family:'Sawarabi Mincho', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

table.table-015 td img{
width:100%;
height:auto;
border:4px solid #fff; 
}

/*================================================
 *  hd-swiper
 ================================================*/
.hd-nt  {
  background:#2B2724;
  padding:10px;
}

.sd-text {
 position: absolute;
top:0;
left:0;
z-index:2;

}

.swiper-container {
        width: 100%;
        height: auto;
  position: relative;
}

.swiper-container img{
        width: 100%;
        height: auto;
}


.swiper-button-prev {
    background: url(images/ar-left.png) no-repeat center center / contain;
border:none;
outline:none;
}
.swiper-button-next {
   background: url(images/ar-right.png) no-repeat center center / contain;
 border:none;
outline:none;
}

.swiper-pagination-bullet-active {
background: #fff;
}
.sd-text{
    position:absolute;
     bottom:15%;
    left:0%;
     z-index:2;
font-family: 'Noto Serif JP', serif;
font-size:32px;
font-weight:400;
 }

/* --- スマホ用 --- */
@media screen and (max-width:767px) {

.swiper-button-prev , .swiper-button-next {
 display:none;
}

.swiper-container  {
width:100%;
margin:0 ;
}

.tx-w {
margin-top:0;
text-align:center;
}


}




/*================================================
 *  smp-menu
 ================================================*/

#responsive-btn-2 , .sp-menu {
display:none;
}

#sp-nav{
display:none;
}

/* --- タブレット　スマホ用 --- */
@media screen and (max-width:991px) {


#responsive-btn-2 {
  display: block;
  margin: auto;
padding-top:6px;
  transition: all 0.1s;
  height: 32px;
  width: 40px;
 background-color:rgba(255,255,255,.8);
border-radius:5px ;
}

.sp-menu,
    .sp-menu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    box-sizing: border-box;
    }

    .sp-menu {
  position: relative;
  width: 24px;
      height: 20px;
cursor: pointer;
      z-index: 2;

    }

    .sp-menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #434343;
    z-index: 3;
    }

    .sp-menu span:nth-of-type(1) {
    top: 0px;
    }

    .sp-menu span:nth-of-type(2) {
    top: 8px;
    }

    .sp-menu span:nth-of-type(3) {
    bottom: 0px;
    }

    .sp-menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
    }

    .sp-menu.active span:nth-of-type(2) {
    opacity: 0;
    }

    .sp-menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
    }

    #sp-nav {
     position: fixed;
  top: 100px;
  left: 10%;
     z-index: 999;
    width: 80%;
    padding: 0;
    opacity: 0;
    background-color: #434343;
    transition: all 0.3s ease-in-out;
    visibility:hidden;
 display: block;
    }

    #sp-nav.active{
    right: 0;
    opacity: 0.7;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    }

    #sp-nav ul{
    margin:0;
    padding: 0;
    }

    #sp-nav ul li{
    list-style-type: none;
    border-bottom: 1px dotted #fff;
    }

    #sp-nav ul li a{
    display: block;
    padding: 10px 0 10px 10px;
    transition: all 0.2s ease-in-out;
    text-align: left;
    text-decoration: none;
    color: #fff;
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
letter-spacing:0.05em;
text-indent: 0.05em;
    
    }
    #sp-nav ul li a:hover {
    color: #ccc;
    }

#sp-nav ul li:last-child {
 border-bottom: none;
	}


#sp-nav .fa-angle-right {
color:#0097B2;
	}

 #sp-nav small {
   display: none;
  }

 #sp-nav ul.sub-menu li:first-child a {
  border-top: 1px dotted #fff !important;
}


}






/*================================================
 *  home
 ================================================*/

.main-top{
margin:0;
padding:10px 0 0;
background:#021D45;
    }



.under_allow {
    background: url(./images/arrow1.png) no-repeat top center;
  padding-top:70px;
}

.box1 {
background:#F5F2EA;
box-shadow: 0px 1px 2px rgba(39,48,57,.1);
padding:30px 5px 30px;
border-radius:5px;
}

.box1 img{
width:35%;
height:auto;
border-radius:50%;
}

.bg-tx {
font-size:18px;
font-family: 'Shippori Mincho', serif;
font-weight:600;
background:linear-gradient(transparent 60%, #D3E9CB 60%);
}




.sec1 {
background:#F4F7F9;
margin:0;
padding:0 0 50px;
    }

.sec1-in{
margin:40px 0 50px;
line-height:2.4;
 }

p.ftp {
font-family: 'Shippori Mincho', serif;
font-size:30px;
font-weight:400;
line-height:1.4;
 }

p.ftb2 {
margin-top:30px;
font-size:16px;
line-height:1.6;
 }


.v-box2 {
width:100%;
border: 5px solid #cecece;
box-shadow: 0 1px 6px rgba(39,48,57,.1);
background:#fff;
margin:0;
padding:20px;
}

.font-b {
font-size: 150%;
color:#e1d1a2;
font-weight:900;
}


.p4c {
margin:60px 0 30px;
color:#000;
 text-align:center;
font-size: 36px;
font-family: 'Kosugi', sans-serif;

}

.p4c span{
color:#df4d6f;
}



.v-box2 ul{
  margin:30px 0 30px 0;
  
}

.v-box2 ul li.lst{
   background: url(images/ic1.png) 0 9px no-repeat;
   list-style-type: none;
   list-style-position: outside;
 margin-left: 0;
margin-right:40px;
font-size:22px;
  padding-left: 40px;
   padding-top:8px;
  padding-bottom:8px;
  border-bottom:1px dotted #999;
  line-height:1.8em;

}


.v-box2 ul li:last-child {
           border-bottom: none;
 }


h2.prb_ttl {
margin:0 0 30px;
padding:0;
 text-align:center;
  font-size: 26px;
font-family: 'Shippori Mincho', serif;
    font-weight: 600;
}





h2.prb_ttl2 {
position: relative;
padding-bottom:10px;
 margin-bottom:0;
 text-align:center;
  font-size: 33px;
color:#fff;
font-family: 'Cinzel', serif;
 font-weight:400;
}

h2.prb_ttl2:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 70px;
	border-top: solid 2px #fff;
	transform: translateX(-50%);
}



p.sub_tex {
 margin-top:0;
 margin-bottom:40px;
 font-size: 18px;
 font-weight:normal;
color:#666;
font-family: 'M PLUS Rounded 1c', sans-serif !important;
  position: relative;
display: inline-block;
}

p.sub_tex:before {
content: '';
position: absolute;
bottom: -4px;
display: inline-block;
width: 80px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #666;
border-radius: 2px;
}

p.sub_tex2 {
 margin-top:0;
 margin-bottom:40px;
 font-size: 18px;
 font-weight:normal;
color:#fff;
font-family: 'M PLUS Rounded 1c', sans-serif !important;
  position: relative;
display: inline-block;
}

p.sub_tex2:before {
content: '';
position: absolute;
bottom: -4px;
display: inline-block;
width: 80px;
height: 2px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #fff;
border-radius: 2px;
}

.font1{
 animation-delay:0.5s;
}

.font2{
 animation-delay:1.0s;
}

.font3{
 animation-delay:1.1s;
}

.pt-cs{
margin-top:-10px;
}


.buttonA {
    margin: 30px 0 0;
    padding: 0.5em 0;
  border:1px solid #ccc;
  background-color: #191919;
  color:  #fff;
  box-sizing:border-box;
  width:100%;
    display: inline-block;
  font-size: 20px;
  position: relative;
   text-align: center;
  cursor: pointer;
}
.buttonA::before,
.buttonA::after {
   box-sizing:border-box;
}

.buttonA:hover {
  border:1px solid #ccc;

  background-color:  #666;
 color:#fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.buttonA span{
 display: block;
  font-size: 16px;
}

.prof dl {
    margin:0 0 0 0;
    width: 100%;
    line-height: 1.6;
   font-size:16px;
    overflow: hidden;
  }
.prof dt {
      float: left;
      width: 140px;
      padding: 15px 10px;
      border-top:1px dotted #000;
    }

.prof dd {
      margin-left: 140px;
      padding:15px 10px;
  
       border-top:1px dotted #000;
    }

.prof dt:first-of-type {
   border-top:none;
}

.prof dd:first-of-type{
   border-top:none;
}

.pr-ttl {
 font-size:18px;
font-family:'Sawarabi Mincho', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}


.a-map {
    margin:10px 0 30px;
  font-size:16px;
}

.a-map span{
padding-left:10px;
}


h3.h3-line2{
  position: relative;
  margin:0;
  padding: 0.2em 1em 0.1em;
  border-top: solid 1px #7C6047;
  border-bottom: solid 1px #7C6047;
  display:inline-block;
  font-size:16px;
  font-weight:normal;
color:#7C6047;
}
h3.h3-line2:before, h3.h3-line2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #7C6047;
}
h3.h3-line2:before {
  left: 7px;
}
h3.h3-line2:after {
  right: 7px;
}


div.sec2 {
　width:100%;
    margin:0;
  padding:50px 0 50px;
  background-image: url(./images/bg-w2.jpg) ;
 background-size:cover; 
background-position: top center;
background-repeat: no-repeat; 
 min-height: 300px; 
}

.btnarrow5{
  position: relative;
    /*ボタンの形状*/
  border: 1px solid #fff;
border-radius:30px;
    padding: 10px 60px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    outline: none;
    /*アニメーションの指定*/
    transition: all .2s linear;
font-weight:700;
font-size:20px;
}

.btnarrow5:hover{
  background:rgba(255, 255, 255, .6);
  color:#0097b2;
}

/*矢印と下線の形状*/
.btnarrow5::before{
  content:"";
    /*絶対配置で下線の位置を決める*/
  position: absolute;
  top:50%;
  right:-28px;
    /*下線の形状*/
  width:55px;
  height:1px;
  background:#fff;
    /*アニメーションの指定*/
    transition: all .2s linear;
}

.btnarrow5::after{
  content:"";
    /*絶対配置で矢印の位置を決める*/
  position: absolute;
    top: 20%;
    right: -22px;
    /*矢印の形状*/
  width:1px;
  height:15px;
  background:#fff;
    transform:skewX(45deg);
    /*アニメーションの指定*/
    transition: all .2s linear;
}

/*hoverした際の移動*/
.btnarrow5:hover::before{
  right:-40px;
}

.btnarrow5:hover::after{
  right:-35px;
}

.catch-a {
  display: flex;
  align-items: center; 
  justify-content: center; 
  font-size: 2.2em;
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
margin-top:30px;
margin-bottom:35px;
color:#fff;
}
.catch-a:before, .catch-a:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch-a:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch-a:after {
  margin-left: 1em; /* 文字の左隣 */
}

p.catch-p {
font-size:1.6em;
line-height:1.8;
margin-bottom:50px;
}

p.catch-p b{
font-size:105%;
}


.didot1 {
font-family: aw-conqueror-didot, serif;
font-style: normal;
font-weight: 300;
font-size:1.08em;
padding-right:0.2em;
}


.box-w  {
    margin:0;
  padding:40px 20px 40px;
background: #0097B2;
  background: linear-gradient(135deg, #0097B2 0%, #007D94 100%);
}

.box-w h2 {
 font-size:30px;
 color:#F0F4F5;
}

hr.line2 {
  width:100%;
  border-color:#EF857D;
 border-width: 1px;
  margin:10px auto 15px;
}

.icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
font-size:60px;
  background-color: transparent; /* 最初は背景透明 */
   transition: all 0.3s ease; 
  cursor: pointer; /* マウスを乗せたら指マークに */
}

/* 2. ホバーした時のスタイル（色が反転） */
.icon-circle:hover {
  background-color: #fff;    /* 背景を白にする */
  color: #0097B2;            /* アイコンの色を元の背景色にする */
  transform: translateY(-5px); /* ほんの少し上に浮かす（洗練された印象） */
  box-shadow: 0 5px 15px rgba(0,0,0,0.1); /* 軽い影で立体感を出す */
}

.consulting-text {
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
font-size:20px;
color:#fff;
margin-bottom:20px;
line-height:1.4;
  }

.consulting-text2 {
font-size:16px;
color:#F0F4F5;
text-align:left;
line-height:1.4;
  }

.consulting-text3 {
font-size:15px;
color:#F0F4F5;
text-align:left;
margin:5px 0 15px 0;
line-height:1.4;
  }

.consulting-ttl {
font-size:15px;
color:#fff;
text-align:left;
margin-bottom:15px;
  }

.consulting-ttl .label  {
font-size:15px;
background:#EF857D;
border-radius:5px;
padding:4px 8px;
margin-right:0.5em;
}

.consulting-ttl2 {
font-size:15px;
color:#fff;
text-align:left;
margin-bottom:15px;
line-height:1.2;
  }

.consulting-ttl2:not(.consulting-ttl2 + .consulting-ttl2) {
  margin-top: 30px;
}

.consulting-ttl2:last-child{
margin-bottom:0;
 }




.consulting-ttl2 .label  {
font-size:15px;
background:#EF857D;
border-radius:5px;
padding:4px 8px;
margin-right:0.5em;
}

.consulting-ttl2 {
  text-indent: -4.5em;   /* ← label の幅と同じ値 */
  padding-left: 4.5em;   /* ← label の幅と同じ値 */
}



ul.box-w-ul {
margin:5px 0 0 -20px;
text-align:left;
  }

ul.box-w-ul li {
font-size:16px;
color:#F0F4F5;
  }


@media (max-width: 767.98px) {
  .box-w h2 {
    font-weight: 600;     
    font-size: 22px;  
  }
  
  .consulting-text {
    font-weight: 400;     /* テキストも一段階細くすると洗練されます */
    font-size:18px;    /* 読みやすいサイズに */
    padding: 0 10px;      /* 左右に少し余白を */
  }

 .col-md-4:nth-of-type(2) .box-w {
    margin: 20px 0;
  }

}

h2.pttl { 
font-size:30px;
font-family: 'M PLUS 2', sans-serif;
font-weight:500;
color:#222;
border-bottom:3px dotted #222;
display:inline-block;
padding:0 0 5px;
margin:0;
 }

.ttl-sm { 
font-size:20px;
font-weight:400;
margin-top:10px;
margin-bottom:30px;
color:#AD4048;
 }

p.p1 { 
font-size:28px;
margin:0 0 5px;
padding:0;
font-family: 'Shippori Mincho', serif;
border-bottom:1px solid #222;
 }

p.p2 { 
font-size:18px;
margin:0 0 15px;
 }

.p3 { 
background:rgba(255,255,255,.5);
padding:10px 20px;
border-radius:5px;
font-size:16px;
line-height:1.6;
 }

p.p4{
margin:25px 0 10px;
font-size:18px;
font-weight:bold;
}


p.p4 span{
color:#ad4048;
border:2px dotted #ad4048;
padding:3px 10px 2px 10px;
border-radius:5px;
}

.spn-b2 {
padding-left:0.5em;
}

.sec2b {
    margin:0;
  padding:10px 0 50px;
 width: 100%;
    background: #F6F6F6;
}

.sec2b p{
text-align:center;
font-size:16px;
margin-bottom:10px;
}



.theme {
        font-family: 'Shippori Mincho', serif;
        height:97px;
　　　  margin:0 ;
        padding-top: 10px;
        padding-bottom:60px;
        padding-left:0.6em;
        background-image: url(images/h3_bg5.png);
        background-repeat: no-repeat;
        background-position: center;
        color:#2D3436;
       text-align:center;
       font-size:26px;
       font-weight:500;
       line-height:1.5;
}

.theme2 {
        font-family: 'Shippori Mincho', serif;
        color:#2D3436;
       text-align:center;
       font-size:26px;
       font-weight:600;
       line-height:1.5;
       margin-top:20px;
        margin-bottom:30px;
}


.bx-s img {
width:100%;
height:auto;
box-shadow: 0px 0px 5px rgba(39,48,57,.2);
}
.technology_mg {
margin-top:20px;
}

.technology_list {
margin:20px 0 45px 30px;
}

.technology_list:last-of-type{
 margin:20px 0 0 30px;
}


.technology_box{
   padding: 25px 50px;
  position: relative;
background:rgba(255,255,255,.7);
line-height:1.5;
border-radius: 10px;
box-shadow: 0px 1px 2px rgba(39,48,57,.08);
}

.tec_num{
  display: block;
  width: 79px;
  height: 50px;
  background-image: url(images/bg-ss.png);
  background-size: contain;
   position: absolute;
font-family: 'M PLUS 2', sans-serif;
 font-weight:500;
 color: #fff !important;
text-align: center;
  font-size: 14px;
  padding-top: 15px;
    position: absolute;
    top: -25px;
    left: -25px;
  z-index:2;
}



.tec-tx {
 text-align:left;
 font-size:16px;
}

.technology_box ul {
margin-left:-20px;
margin-bottom:0;
}

.technology_box ul li {
font-size:15px;
margin-left:-10px;
margin-bottom:0;
color:#000 !important;
padding-top:5px;
padding-bottom:5px;
}


div.sec2-box {
margin:0;
width:100%;
background:#000;
padding:20px;
box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
}




div.sec2-box2 {
margin-top:30px;
width:100%;
background:#000;
padding:20px;
box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.2);
}


.sec2-box-tx {
text-align:center;
}

.sec2-box-tx h3{
margin:0 0 20px;
padding-bottom:2px;
color:#e1d1a2;
border-bottom: solid 1px #e1d1a2;
  position: relative;
text-align:left;
}


.sec2-box-tx h3 span{
padding-left:0.5em;
}

.img-full {
width:100%;
height:auto;
}

.img-full-s {
width:100%;
height:auto;
box-shadow: 0px 0px 1px rgba(39,48,57,.2);
}

.img-full-s2 {
width:100%;
height:auto;
box-shadow: 0px 0px 1px rgba(39,48,57,.2);
margin-top:10px;
}




.mybox{
 background:none;
 border: 5px double #B2DAE1;
 margin: 30px 0 0; 
 padding: 20px;
 position: relative;
font-size:15px;
}
.mybox:before{
 background-color: #F4F7F9;
 content: '\63D0\4F9B\30B5\30FC\30D3\30B9';
 padding: 2px 10px; 
 position: absolute;
 top: -17px;
 left: 30px;
 text-align: center;
 font-size:18px;
 font-weight:bold;
}

.mybox div {
margin-top:10px;
}


.mybox2{
 background:none;
 border: 5px double #B2DAE1;
 margin: 30px 0 0; 
 padding: 20px;
 position: relative;
font-size:15px;
}
.mybox2:before{
 background-color: #F4F7F9;
 content: '\7279\5FB4';
 padding: 2px 10px; 
 position: absolute;
 top: -17px;
 left: 30px;
 text-align: center;
 font-size:18px;
 font-weight:bold;
}

.mybox2 div {
margin-top:10px;
}


.bn-box {
margin:40px 0 0;
text-align:center;
}

.bn-box img{
max-width:100%;
height:auto;
 box-shadow: 0 1px 5px rgba(0,0,0,.35);
}



.bn-box a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}


div.sec10 {
    margin:0;
  padding:20px 0 50px;
}


.new  {
margin:0;
min-height:100px;
}
.new dl {
    margin:0 ;
    width: 100%;
 　
    overflow: hidden;
 
  }
.new dt {
      float: left;
      width: 120px;
      padding: 5px 10px ;
      font-size:14px;
      font-weight:400;
    }

.new dd {
      margin-left: 120px;
      padding:5px 10px ;
  font-size:15px;
    }


@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, .new dd {
      margin-left: 135px;
      padding:5px 10px  5px 0;
  font-size:14px;
    }
}


@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, dl#newinfo dt {
      float: left;
      width: 135px;
      padding: 4px 10px 0;
      font-size:14px;
      font-weight:normal;
    }
}

@media all and (-ms-high-contrast:none) {
     *::-ms-backdrop, dl#newinfo dd {
      margin-left: 135px;
      padding:5px 10px  5px 0;
  font-size:14px;
    }
}

.vm {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: end; /* 水平中心 */
font-size:16px;
}
.vm:before {
  border-top: 1px solid;
  content: "";
  width: 1.5em; /* 線の長さ */
}
.vm:before {
  margin-right: 0.5em; 
}


.effect6 {
margin:0 ;
padding:20px 0 22px;
background-image: linear-gradient(to right, #E95885 0%, #EF8AA9 51%, #E95885 100%);
color:#fff;
font-size:28px;
font-family: 'Shippori Mincho', serif;
font-weight:500;
 text-shadow: 0 1px 1px rgba(39,48,57,.2);
text-align:center;
  position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.icon-box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0;
}

.icon-box img{
width:100%;
height:100%;
 object-fit: cover;
}

.icon-box h3{
  position: relative;
margin:20px 0 0;
  padding: 0.2em 2em ;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display:inline-block;
font-family: 'Shippori Mincho', serif;
  font-size:16px;
  font-weight:400;
color:#fff;
}

.icon-box h3:before, .icon-box h3:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #fff;
}
.icon-box h3:before {
  left: 7px;
}
.icon-box h3:after {
  right: 7px;
}

.recommended {
width:84%;
margin:30px 8% 30px ;
text-align:left;
}

.recommended p{
margin-top:15px;
color:#fff;
}

.icon-box-tx1{
background:url(images/bg-red1.jpg);
}

.icon-box-tx2{
background:#038DA6;
}




.VideoWrapper {
    position: relative;
   padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
 
.VideoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.cs-box{
 margin-top:10px;
}



.trim-ttl  {
margin:10px 0 0;
text-align:left;
font-weight:bold;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.sp-mgbt {
width:100%;
height:auto;
}


div.sec3 {
    margin:0;
  padding:30px 0 50px;
 background: #EEECE8;
}

.price-box{
margin:20px 0 0;
background: #fff url(./images/bg-700.png);
box-shadow: 0px 0px 5px rgba(39,48,57,.2);
padding:15px;
}

.price-box-in{
 background: url(./images/ww1.png) left top no-repeat,url(./images/ww2.png) right top no-repeat,url(./images/ww3.png) right  bottom no-repeat,url(./images/ww4.png) left bottom no-repeat;
width:100%;
background-size:6%;
padding:20px 10% 20px;
}

.price-box-ttl{
font-family: 'Cinzel Decorative', cursive;
font-size:20px;
text-align:center;
font-weight:500;
margin-bottom:10px;
}

.box-in1 {
background:rgba(215, 102, 129, .03);
border-radius:10px;
text-align:center;
margin:0 0 20px;
padding:20px 10px;
}

.box-in1 h3{
margin:0 0 10px;
padding:0 0 2px;
border-bottom:1px solid #d76681;
font-size:20px;
}

.box-in1 p{
margin:0 ;
padding:0;
font-size:20px;
}

.pr-sp {
padding-left:1.5em;
}

.title-border {
  color: #CCAA74;
  font-size: 24px;
font-family: 'Noto Serif JP', serif;
  display: flex;
  align-items: center;
  margin-bottom:20px;
 font-weight:300;
}
.title-border:before,
.title-border:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #CCAA74;
  display: block;
}
.title-border:before {
  margin-right: 0.4em;
  margin-left: 41%;
}
.title-border:after {
  margin-left: 0.4em;
  margin-right: 41%;
}

@media screen and (max-width: 768px) {

.title-border:before {
  margin-right: 0.4em;
  margin-left: 15%;
}
.title-border:after {
  margin-left: 0.4em;
  margin-right: 15%;
}
}




.catch-b {
  display: flex;
  align-items: center; 
  justify-content: center; 
color:#2d3436;
font-size: 22px;
margin:20px 0 20px;
}
.catch-b:before, .catch-b:after {
  border-top: 1px solid;
  content: "";
  width: 2em; 
}
.catch-b:before {
  margin-right: 1em; 
}
.catch-b:after {
  margin-left: 1em; 
}

.catch-c {
  display: flex;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
color:#fff;
  font-size: 24px;
font-family: 'Shippori Mincho', serif;
padding-top:30px;
}
.catch-c:before, .catch-c:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
.catch-c:before {
  margin-right: 1em; /* 文字の右隣 */
}
.catch-c:after {
  margin-left: 1em; /* 文字の左隣 */
}






.ch-box{

line-height:2.4;
}

.title-border2-box {
 background:rgba(255, 255, 255, 0.5);
padding:10px;
  margin-top:30px;
border-radius:8px;
}

.title-border2-box2 {

padding:20px 20px 30px 20px;
border:1px solid #000;
border-radius:8px;
}


.title-border2-box2 img{
width:100%;
height:auto;
aspect-ratio: 1 / 1.1;
 object-fit: cover; 
}


.jj {
margin-left:0.5em;
}

.title-border2 {
  color: #e75284;
  font-size: 22px;
font-family: 'Noto Serif JP', serif;
  font-weight:300;
  margin-bottom:30px;
text-align:center;

}

.title-border2-box2 ul {
margin-left:-10px;

}

.title-border2-box2 ul li{
padding:0 0 0 15px;

}

.box-ok1 {
background:#FFF0F5;
margin-top:20px;
padding:10px;
border-radius:5px;
color:##654239;
}

.box-ok2 {
background:#FFFDF2;
margin:30px 0 20px;
padding:20px 10px 5px;
border-radius:5px;
color:##654239;
}

.box-ok2 ul{
font-size:16px;
line-height:1.8;
margin-left:-10px;
}

p.prof-box {
margin:50px 0 0;
padding:0 5px;
font-size:28px;
color:#9D8167;
font-weight:600;
text-align:center;
position: relative;
display:inline-block;
}

p.prof-box:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: repeating-linear-gradient(-45deg, #E75D88, #E75D88 2px, #fff 2px, #fff 4px);
}


p.prof-box span{
font-size:22px;
}

p.prof-tx{
font-size:18px;
}


p.prof-box2{
margin:20px 0 -20px;
padding:0;
font-size:24px;
color:#9D8167;
text-align:center;
}

@media (max-width:480px) {
p.prof-box {
font-size:24px;
padding:0 10px;
}

p.prof-box span{
font-size:18px;
}

p.prof-box2{
font-size:18px;
}


}



h3.h3-line{ 
  padding: 0.2em 1em;
  border-top: solid 1px #998057;
  border-bottom: solid 1px #998057;
  display:inline-block;
  font-size:22px;
 font-family: 'Noto Serif', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ;
    font-weight:500;
 color:#998057;
margin-bottom:20px;
}

.step-box{
border-bottom:1px dotted #e75284;
font-size:20px;
padding-bottom:0;
margin-bottom:10px;
line-height:1.2;
}

.step-box span{
color: #e75284;
font-size:160%;
font-family: 'Georgia', serif;
font-style: italic;
padding-right:0.2em;
}

.step-box2{
color: #e75284;
line-height:1.2;
font-size:22px;
}





.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
justify-content: center;
}
.col_5 > div{
	width: 20%;
	padding: 5px;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}

.box505 {
background:#F097B5;
padding:2px 20px;
}

.box505b {
background:#ee85a8;
padding:2px 20px;
}

.box505c {
background:#eb749c;
padding:2px 20px;
}

.box505d {
background:#e96390;
padding:2px 20px;
}

.box505e {
background:#e75284;
padding:2px 20px;
}


.box506 {
text-align:left;
font-size:22px;

color:#fff;

}

.box507 {
text-align:right;

}

.box507 img{
width:32%;
height:auto;
margin-top:10px;
}

.box508{
background:#fcedf2;
padding:10px 20px;
line-height:1.4;
}

.box508b{
background:#FADCE6;
padding:10px 20px;
line-height:1.4;
}

.box508c{
background:#F7CBDA;
padding:10px 20px;
line-height:1.4;
}

.box508d{
background:#F5B9CD;
padding:10px 20px;
line-height:1.4;
}

.box508e{
background:#f3a8c1;
padding:10px 20px;
line-height:1.4;
}

.bd{
font-weight:bold;
margin-top:10px;
margin-bottom:10px;
}

.box508p{
text-align:left;
font-size:13px;
}

.baf {
margin:20px 0;
}

@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 33.33333%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 100%;
	}
}

.cp_card {
	width: 80%;
	position: relative;
	background: url(images/bg4.png);
	overflow: visible;
	margin: 40px auto 0;
	padding: 80px 0.5em 30px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cp_ribbon12 {
	position: absolute;
	z-index: 2;
	top: 25px;
	width: calc(100% + 20px);
	height: 50px;
	margin-right: -18px;
	margin-bottom: 80px;
	margin-left: -18px;
}
.cp_ribbon12:before, .cp_ribbon12:after {
	position: absolute;
	top: 20px;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-width: 20px 20px;
}
.cp_ribbon12:before {
	left: -30px;
	border-style: solid;
	border-color: #FE9369 #FE9369 #FE9369 transparent;
}
.cp_ribbon12:after {
	right: -30px;
	border-style: solid;
	border-color: #FE9369 transparent #FE9369 #FE9369;
}
.cp_ribbon12 .cp_ribbon {
	line-height: 2.4em;
	position: relative;
	z-index: 100;
	height: inherit;
	margin-bottom: 0;
	text-align: center;
	color: #ffffff;
	background: #FEA582;
font-family: 'Noto Serif', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ;
    font-weight:500;
  font-size:22px;  
}
.cp_ribbon12 .cp_ribbon:before, .cp_ribbon12 .cp_ribbon:after {
	position: absolute;
	bottom: -10px;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #FE9369;
}
.cp_ribbon12 .cp_ribbon:before {
	left: 0;
	border-left: 10px solid transparent;
}
.cp_ribbon12 .cp_ribbon:after {
	right: 0;
	border-right: 10px solid transparent;
}


.cp-tx  {
border-top:1px dotted #ccc;
 padding:15px 0 0;
margin:15px 20px 0;
font-size:18px;

font-weight:500;
text-align:left;
}

.cp-tx2  {
margin:10px 0 20px;
font-size:18px;
}

.cp-tx3  {
border-top:1px dotted #ccc;
 padding:15px 0 0;
margin:15px 0 0;
font-size:18px;

font-weight:500;
text-align:center;
}


.ico-l2  {
color:#fea582;
}

.title-bar2[aria-expanded="true"] .ico-cp:before {
    content: "\f106";
}


.ico-cp {
 font-size:30px;
 font-weight:bold;
 cursor : pointer;
 color:#FF926B;
  position: relative;
  top: 5px;
 left:5px;
}

.sup-box ul  {
margin-top:10px;
margin-left:5px;
text-align:left;
}

.sup-box ul li {
font-size:16px;
padding-bottom:10px;
}

.cont-box2 {
background:#fea582;
width:30%;
margin:40px auto 0;
padding:10px 0;
font-size:16px;
 display: inline-block;
border-radius:8px;
font-weight:700;
color:#fff;
}

.cont-box2:hover {
background:#ffcab7;
color:#fff;

}

div.sec11  {
    margin:0;
  padding:0 0 50px;

}



div.sec4  {
    margin:0;
  padding:0 0 40px;

}

.sec5  {
    margin:0;
  padding:0 ;
 width: 100%;
    background: bottom center /cover no-repeat fixed;
    background-image: url(./images/px-bg-min.jpg);
    color:#fff;
}

div.layerTransparent{
width: 100%;
height: 100%;
 background-color: rgba(250, 139, 191, 0.65);
}

@media screen and (max-width:767px) {

.sec5  {
    margin:0;
  padding:0 ;
 width: 100%;
    background: right center /cover no-repeat scroll;
    background-image: url(./images/px-bg-min.jpg);
    color:#fff;
}


 }


.mg-pra{
margin:10px 0;
}


p.crs-tx {
font-size:18px;
margin:30px auto 20px;
padding: 10px 30px;
color:#fff;
text-shadow: 0 0 2px rgba(39,48,57,.1);
position: relative;
display: inline-block;
}

p.crs-tx:before{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 34px;
height: 2px;
background-color: #fff;
-moz-transform: rotate(70deg);
-webkit-transform: rotate(70deg);
-ms-transform: rotate(70deg);
transform: rotate(70deg);
}

p.crs-tx:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 34px;
height: 2px;
background-color: #fff;
-moz-transform: rotate(-70deg);
-webkit-transform: rotate(-70deg);
-ms-transform: rotate(-70deg);
transform: rotate(-70deg);
}

p.crs-tx:before {left:0;}
p.crs-tx:after {right: 0;}



p.fm-tx {
color:#fff;
font-size:14px;
text-align:left;
}

.box-tx {
margin-bottom:10px;
}

h3.prb_ttl-b {
 margin-top:0;
 margin-bottom:0;
 text-align:center;
  font-size: 40px;
 font-weight:normal;
 color:#fff;
  text-shadow: 0 1px 1px rgba(39,48,57,.1);
font-family:'Sawarabi Mincho', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.prof-rt {
 margin-top:-5px;
}

p.p2b{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    margin:0 0 0 20px;
    padding:0;
}

p.p2c{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    margin:20px 0 0 20px;
    padding:0;
}

p.p2d{
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    margin:20px 0 0 20px;
    padding:0;
}


.tx-sgn{
    font-family: "教科書ICA M", "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;

}

.img-113 {
max-width:100%;
height:auto;
margin-top:30px;
    }


.sec6  {
   background: url(images/main-bg2.png) ;
padding-bottom:30px;
}


p.s2 {
margin:0 ;
padding:0 ;
	font-size: 20px;
	display: flex;
	align-items: center;
 font-family: "Likurei","游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
 color:#666;
}
p.s2:before, p.s2:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	display: block;
}

p.s2:before {
	margin-top:5px; 
   margin-right: .4em;
	background: linear-gradient(-90deg, #666, transparent);
     
}
p.s2:after { 
   margin-top:5px; 
	margin-left: .4em;
	background: linear-gradient(90deg, #666, transparent);      
}

.widgets_on_page  {
   margin-left:-30px !important;
  padding:0 !important;
}


.top-list  {
   margin-top:20px;
  min-height:200px;
}



.btn-animation-02 {
  position: relative;
  display: inline-block;
  padding: 0.5em 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: all .5s;
  width:100%;
  margin:0 0 40px;
  font-size:17px;

}
.btn-animation-02::before,
.btn-animation-02::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.btn-animation-02::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.btn-animation-02::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.btn-animation-02:hover {
  background-color: #fff;
  color: #000;
  transition: all .7s;
}
.btn-animation-02:hover::before,
.btn-animation-02:hover::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .7s;
}


.btn-animation-03 {
  position: relative;
  display: inline-block;
  padding: 1em 0;
  color: #2B2D2C;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  transition: all .5s;
  width:100%;
  margin:60px 0 20px;
  font-size:20px;
font-family: 'Shippori Mincho', serif;
font-weight:600;
}
.btn-animation-03::before,
.btn-animation-03::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.btn-animation-03::before {
  top: 0;
  left: 0;
  border-top: 1px solid #2B2D2C;
  border-left: 1px solid #2B2D2C;
}
.btn-animation-03::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #2B2D2C;
  border-bottom: 1px solid #2B2D2C;
}
.btn-animation-03:hover {
  background-color: #2B2D2C;
  color: #fff;
  transition: all .7s;
}
.btn-animation-03:hover::before,
.btn-animation-03:hover::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: all .7s;
}

.pt-out  {
width:100%;
margin:30px 0 0 ;
}


.pt-box  {
margin-top:20px;
}



/*================================================
 *  case
 ================================================*/

hr.hr-1 {
  margin:10px 0 30px;
    border-top: 1px solid #ddd;
}

.main-v li.item2 ,.main-v li.item3 ,.main-v li.item4 ,.main-v li.item5 ,.main-v li.item6{
  display: none;
}

.main-v img {
 max-width:100%;
height:auto;
}

ul.thumb {
 margin:0;
padding:0;
}

.thumb li {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
  margin: 0 0 30px 0;
  padding:0;
  background:#fff;
}

.thumb li {
  width: 31%;
}
.thumb li:nth-child(3n-1) {
  margin: 0 2%;
}

.thumb li img {
  width: 100%;
  height: auto;
}
.thumb li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

@media screen and (max-width:767px) {

ul.thumb {
 margin:0 0 10px 0;
}

.thumb li {
  margin: 0 0 10px 0 ;
}

 }

.case-ttl  {
 width:96%;
  color:#fff;
 padding:0;
 margin:40px 2% 0;
 font-size:26px;
font-family: 'Noto Serif', "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif ;
}

.case-ttl:before {
    content: "";
    width: 15px;
    height: 3px;
    margin: 5px 5px 8px 0;
    display: inline-block;
    background: #fff;
}

.case-tx  {
 width:96%;
  color:#fff;
 padding:0;
 margin:20px 2%;
 font-size:20px;
font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.bf-box {
width:92%;
 margin:40px 4%;
padding:20px;
background:#555;
}

table.table-100  {
        width: 100%;
        border:  none;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 ;
}

table.table-100 td {
        padding:0 ;
        border: none;
       vertical-align: middle;
       text-align: center;   
 }

table.table-100 td.td-bf {
width:47%;
 }

table.table-100 td.td-af {
width:47%;
 }

table.table-100 td.td-ar {
width:6%;
color:#fff;
 }

table.table-100 td.td-bf2 {
width:47%;
padding-top:20px;
 }

table.table-100 td.td-af2 {
width:47%;
padding-top:20px;
 }

table.table-100 td.td-ar2 {
width:6%;
color:#fff;
padding-top:20px;
 }


table.table-100 td.td-bf img , table.table-100 td.td-af img{
box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
max-width:100%;
height:auto;
}

table.table-100 td.td-bf:hover img {
 opacity: 1;
 filter: brightness(110%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table.table-100 td.td-af:hover img {
 opacity: 1;
 filter: brightness(110%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table.table-100 td.td-bf2 img , table.table-100 td.td-af2 img{
box-shadow: 0px 0px 20px rgba(0,0,0,0.6);
max-width:100%;
height:auto;
}

table.table-100 td.td-bf2:hover img {
 opacity: 1;
 filter: brightness(110%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

table.table-100 td.td-af2:hover img {
 opacity: 1;
 filter: brightness(110%);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.fa-1  {
font-size:30px;
color:#fff;
 }


.bf-ttl  {
display: block;
margin:0 auto 20px;
font-size:24px;
color:#fff;
 }



.case-tx2  {
 width:92%;
  color:#fff;
 padding:0;
 margin:20px 4%;
 font-size:20px;
font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

@media screen and (max-width:767px) {
.bf-box {
width:100%;
 margin:40px 0;
padding:10px;
}

.fa-1  {
font-size:18px;
 }

.bf-ttl  {
margin:0 auto 20px;
font-size:20px;
 }
}



/*================================================
 *  contact
 ================================================*/


h2.prf-ttl4b {
     font-family: "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 22px;
   	line-height: 1.6em;
	font-weight: normal;

	border-bottom: 1px solid #222228; 
	margin: 0 0 20px 0;
	position: relative;
    text-align:left;
   padding: 0 0 0 32px;
}

h2.prf-ttl4b:before { 
	content: " ";
	width: 20px;
	height: 20px;
	background: #222228;
	position: absolute;
	bottom: 8px;
	left: 0;
}


.box32 {
text-align:center;
margin-top:10px;
margin-bottom:30px;
padding-bottom:10px;
border-radius:5px;
background:#fff;
box-shadow: 0px 0px 3px rgba(39,48,57,.08);
}

.box32 p{
text-align:left;
padding:0px 10px 0px 15px;
font-size:15px;
}

.box32 h3{
font-weight:bold;
font-size:20px;
margin-bottom:20px;
}

img.img-cc {
margin:0 0 10px;
width:100%;
height:auto;
box-shadow: 0px 0px 30px rgba(0,0,0,0.95);
}

.ct-tx{
color:#fff;
font-size:16px;
margin-bottom:20px;
}


/*================================================
 *  profile
 ================================================*/

table#table-01  {
        width: 100%;
        border: 1px #E3E3E3 solid;
        border-collapse: collapse;
        border-spacing: 0;
        margin-top: 0 ;
        margin-bottom:20px;
        line-height: 1.5em; 
}

table#table-01 th {
        padding: 10px ;
        border: #e3e3e3 solid;
        border-width: 0 0 1px 1px;
       	background: #FAF2FF;
        vertical-align: middle;
        width:240px;
        font-size: 15px;
        font-weight: normal;
        text-align: left;   
        color:#000;
}

table#table-01  td {
        padding: 10px ;
        border:  #E3E3E3 solid;
        border-width: 0 0 1px 1px;  
       font-size: 15px;
       text-align: left;  
         background: #FEFEF8;
}

table#table-01 a{
color:#333c5e;
}

@media only screen and (max-width: 767px) {
table#table-01{
     border-width: 1px 1px 0 0; 
    
}

table#table-01 th, #table-01 td{
display:block;
    }

table#table-01 th{
width:100% !important;
    }

table#table-01 td{
text-align:left !important;
    }

}

.g_map {
position: relative;
padding-top: 80%;
height: 0;
overflow: hidden;
margin-top:10px;
}

.g_map iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.ttl-box {
border:1px solid #999;
padding:2px 10px;
border-radius:10px;
    }

.box27 {
    position: relative;
    margin: 40px 0 30px;
    padding: 0.5em 1em;
    border: solid 1px #342E2A;
    background:#FAFAFA;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -1px;
    padding: 1px 9px 0;
    height: 26px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 16px;
    background: #342E2A;
    color: #fff;
    font-weight: normal;
    border-radius:0;
}
.box27 p {
    margin: 0; 
    padding: 0;
    font-size:15px;
}



.img-01b {
width:100%;
height:auto;
border-radius: 5px;
box-shadow: 0 5px 15px 0 rgba(42, 59, 13, 0.18);
}

/*================================================
 *  houses
 ================================================*/

h2.prf-ttl4b2 {
     font-family: "UD新ゴ コンデンス90 L", "Roboto", "Droid Sans", "游ゴシック", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 22px;
   	line-height: 1.6em;
	font-weight: normal;
	color: #584628;
	border-bottom: 2px dotted #9a1d1d; 
	margin: 30px 0 20px 0;
	position: relative;
    text-align:left;
   padding: 0 0 0 32px;
}

h2.prf-ttl4b2:before { 
	content: " ";
	width: 20px;
	height: 20px;
	background: #9a1d1d;
	position: absolute;
	bottom: 6px;
	left: 0;
}

.img-ct {
width: 100%;
height:auto;
margin-bottom:20px;
}

.sec-n1-inn  {
  width:100%;
  background:#fff;
 margin:30px 0;

}

.sec-n1-inn .col-md-8 , .sec-n1-inn .col-md-4{
 padding: 0;
}




.tx-22{
font-size: 24px;
}

p.tx-3{
margin:0 10px;
}

p.tx-3b{
margin:10px;
}

.ic-2{
position:relative;
top:-6px;

}




.img-101  {
width: 100%; 
    height:auto;
}

/*================================================
 * top-box 
 ================================================*/

.gd-out {
box-shadow: 0 5px 15px 0 rgba(42, 59, 13, 0.18);
margin-top:20px;
}


.gd-bg1 {
background:#434343;
padding:15px;
}

.gd-bg2 {
background:#e5f2ff;
}

.gd-bg3 {
background:#f2ffe5;
}

.gd-bg4 {
background:#E17B80;
}

.bg-ttl {
margin:5px 0 15px;
padding:5px;
color:#fff;
font-size:18px;
font-family: 'M PLUS 2', sans-serif;
font-weight:500;
text-align:center;
border:double 4px #fff;
}


.img-full-f {
width:100%;
height:auto;
aspect-ratio: 1 / 0.4225;
 object-fit: cover; 

}

.bg-tx2 {
font-size:17px;
color:#fff;
}


.bg-tx4 {
font-size:20px;
font-family: 'Shippori Mincho', serif;
font-weight:600;
}


/*================================================
 *  お問い合わせフォーム 新
 ================================================*/

input[type="radio"],input[type="checkbox"]{
  position: relative;
  top: 1px;
}

.red {
color: #E9424A;
}



a.lk1 {
color: #777;
}

a.lk1:hover {
color: #aaa;
}
div.wpcf { 
margin:20px 0;
padding:30px 9% 0 5%;
background:#fdfcfb;
border-radius:8px;
}

div.wpcf .col-sm-6{ 
padding:0 7px;

}

div.wpcf p{ 
padding:10px 20px;
font-size:15px;
}

div.wpcf dl { 
 margin:10px 20px 10px;
    width: 100%;
    line-height: 1.2;
    font-size:16px;
  
    overflow: hidden;
}


div.wpcf dt {
      float: left;
      width: 25%;
      padding: 17px 0 0 ;
     font-weight:normal;
    color:#222228;
}

.eg-tx {
      padding-left:5px;
}


div.wpcf dd {
      margin-left:25%;
      padding:5px 0;

}



div.wpcf input{ 
margin-top:0px; 
border:1px solid #ccc; 
padding:8px;
 font-size:14px; 
color:#000;
}

div.wpcf input.zip-tx{ 
color:#000;
width:48%;
margin-left:2%;
}


div.wpcf textarea { margin-top:0px; border:1px solid #ccc; padding:8px; font-size:14px; }

div.wpcf textarea { 
width:100% !important;
 height:240px !important; 
color:#000 !important;
 }
div.wpcf input.wpcf-submit {
   cursor:pointer;
 color:#fff; 
font-weight:normal; 
font-size:15px; 
width:160px; 
height:45px; 
margin:0 auto;
 display:block;
   -moz-border-radius:5px;
	   -khtml-border-radius:5px; 
-webkit-border-radius:5px;
 border-radius:5px;
background:#888; 
border:none;
}

div.wpcf input.wpcf-submit:hover {
    background:#bbb; 
border:none;
}

.wpcf input.wpcf-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf input:focus, .wpcf textarea:focus { border:1px solid #009de1; }

div.wpcf input.imp1{ 

width:100% !important; 
}

div.wpcf input.imp2 , div.wpcf input.imp2b{ width:50% !important; }

div.wpcf input.imp3{ width:100% !important; }

div.wpcf .bttn  {
 margin:20px auto 50px;
}

.bn-nw  {
 margin:40px 1.5% 10px;
}

.prv{
margin:0;
padding:0;
color:#fff;
}

div.wpcf p.prv-tx {
margin:20px 0 0 0;
font-size:18px;
color:#fff;
}

h2.prv-ttl  {
margin:10px 0 0 0;
font-size:20px;
font-weight:500;
color:#fff;
}

h2.pp {
font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;
font-size:18px;
margin-bottom:15px;
}

.pp-box {
margin-left:-1.7em ;
}

.bksp {
padding-left:2em;
}

.tel-contact-inner {
margin-top: 60px;
margin-bottom: 30px;
padding-top:20px;
border:2px solid #00A5C5;
background:#F8FEFF;
}

p.tx-tel  {
font-size:22px;
margin-bottom:0;
}

p.tx-tel2  {
font-size:30px;
font-weight:900;
color: #00A5C5;
margin:0 0 5px 0;
}

table#inquiry  {
 width: 100%;
        border:  none;
        border-collapse: collapse;
        border-spacing: 0;
        margin: 0 0 20px;
   
        line-height: 1.5em; 
}



#inquiry th{
 text-align:left;
 font-size:15px;
 font-weight:400;
 padding:5px 5px 3px;
 width:30%;

 border:none;
 vertical-align: middle;
}

#inquiry td{
 padding:3px 5px 3px;
 font-size:15px;
 border:none;	
 vertical-align: middle;
}

#inquiry td.rdb{
 padding:3px 0 3px ;
}


#inquiry td.rc{
 padding:12px 0px 6px;

 border:none;	
 vertical-align: middle;
}



/*横の行とテーブル全体*/
.entry-content #inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:12px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:3px;
}
/*任意の調整*/
.any{
 font-size:12px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:3px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;

}

.wpcf7-list-item-label{
font-weight:400;
}


/*送信ボタンのデザイン変更*/
#formbtn{
line-height:1.4;
 display: block;
 padding:10px ;
 width:300px;
 background:#666666;
 color:#fff;
 font-size:16px;
 font-weight:400;	 
 border-radius:2px;
 margin:25px auto 0;
 border:2px solid #666;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4);
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#fff;
 color:#666666;
 border:2px solid #666666;
}

.screen-reader-response , .wpcf7-validation-errors{
 color:#e60012;
 font-size:16px;
}

.red {
color: #E9424A;
}




div.wpcf7 {  
background: rgba(255, 255, 255, 0.5);
border-radius:8px ;
 padding:60px 80px 30px; 
margin:0 0 20px; 
width:100%;
}

div.wpcf7 input{ 
margin-top:0px; border:1px solid #ccc; 
padding:8px;
 }

div.wpcf7 input.textsp{ 
width:100%;
 }

div.wpcf7 input.mailsp{ 
width:100%;
 }


div.wpcf7 input.textsp2{ 
width:30%;
 }

div.wpcf7 input.spam1{ 
position:relative;
	top:2px;
 }


div.wpcf7 textarea { margin-top:0px; border:1px solid #ccc; padding:8px; font-size:15px; }
div.wpcf7 textarea { 
width:100% !important;
 height:200px !important; 
 }
div.wpcf7 input.wpcf7-submit {
   cursor:pointer; color:#fff; font-weight:bold; font-size:14px; width:180px; height:45px; margin:0 auto; display:block;
   -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
   background:#888; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #808080; border:1px solid #666;
}
div.wpcf7 input.wpcf7-submit:hover { background:#006080; box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5), inset 0px 32px 0px -12px #007ea8; border:1px solid #006080; }
.wpcf7 input.wpcf7-submit:active { box-shadow:none; bottom:-2px; position:relative; }
.wpcf7 input:focus, .wpcf7 textarea:focus { border:1px solid #009de1; }


div.wpcf7 .bttn  {
 margin:20px auto 30px;
}

.prv-tx2{
 margin:10px 0 30px;
font-size:15px;
text-align:center;
}

.prv-tx  {
 margin-top:20px;
 margin-bottom:10px;
font-size:15px;
}


.prv-tx-b  {
font-size:15px;
}


.prv-tx2 {
font-family: "Roboto", "Droid Sans", sans-serif;
}


.prv-tx2 a{
color:#4285F4;
}

.prv-tx2 a:hover{
color:#E8F0FE;
}

.grecaptcha-badge { 
visibility: hidden;
 }


.box-2001  {
width:36%;
margin:20px auto 50px;
text-align:center;
}

.box-2001 img {
max-width:100%;
height:auto;
}

.item-list{
background:#eef0f5;
border-radius:8px;
margin-top:10px;
}

.item-list ul {
padding:5px 0;
margin-left:25px;
}


.item-list ul:after {
  content: "";
  clear: both;
  display: block;
}

.item-list ul li {
  display: block;
  float: left;
  text-align: left;
width: 50%;
font-size:16px;
padding:2px 0;
 display: list-item;
  list-style: disc;
}



/* --- スマホ用 --- */
@media screen and (max-width:480px) {

.box-2001  {
width:100%;
margin:20px auto 50px;
text-align:center;
}

div.wpcf7 { 
 padding:30px 10px;
}

input.imp12{ 
 width:100% !important;

}

input.imp13{ 
 width:100% !important;
 margin-top:10px !important;
}


#inquiry th , #inquiry td{
width:100%;
display:block;
}

#inquiry th{
margin-bottom:-5px;
}

.prv-tx  {
 margin-top:0;
}

select#sl1{ 
 font-size:15px; 
}


}



/*================================================
 *  sidebar
 ================================================*/

#sub {
margin-bottom:40px;

}

.sd-box img {
width:100%;
height:auto;
box-shadow: 0 1px 5px rgba(39,48,57,.1);
}

.sidebar a img {
 transition: opacity 0.3s ease-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

.sidebar a:hover img {
 opacity: 0.9;
}



.img-sd2 {
margin-top:20px;

}




/*================================================
 * post
 ================================================*/


h2.sidebar-widget__title  {
    margin: 0 0 10px;
    padding: 0.5em 0 0.5em 1em;
    font-size: 18px;
    background: #333;
    color:#fff;
    font-weight:normal;
    text-align:left;

}

h2.sidebar-widget__title:before{
font-family:"FontAwesome";
  content:"\f06c";
color: #fff;
 display:inline-block;
position: relative;
left:-5px;
 font-size: 18px;
}

.sidebar-widget ul li a {
font-size:14px !important;

}


.sub-page-contents a img {
 transition: opacity 0.3s ease-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

.sub-page-contents a:hover img {
 opacity: 0.6;
}

.side-ctm {
font-family: "Helvetica",  sans-serif;
font-size:15px;
margin-bottom:5px;
letter-spacing:0.05em;
}

.side-ctm2 {
font-family: "Helvetica",  sans-serif;
font-size:15px;
letter-spacing:0.05em;
}


.pt1  {
margin-top:5px;
}

.pt2  {
font-size:16px;
line-height:1.3;
margin-bottom:5px;
font-weight:500;
}

.pt2 a {
color:#6b493d;
}

.cat-box a {
color:#94025c;
}


.pt3  {
border-top:1px solid #eee;
padding-top:5px;
font-size:14px;
}

.pt3 a {
color:#6b493d;
}


.pt-box-in img  {
width:100%;
height:auto;
}

.pt-box-in a img {
 transition: opacity 0.3s ease-out;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

.pt-box-in a:hover img {
 opacity: 0.7;
}

img.ic-logo {
width:40%;
height:auto;
margin:0 auto 10px;
}

div#footMenu ul {
   margin:0 ;
  padding: 0;
   text-align:center;
}

div#footMenu li {
   display:inline;
   margin:0 ;
   list-style:none;
   padding-left:0px;
 font-family: 'Cinzel Decorative', cursive;
font-weight:400;
}

ul.list2 {
   margin:20px 0 20px -15px;
  padding: 0 ;
   text-align:center;
}

ul.list2 li {
   display:inline;
   margin:0 ;
   list-style:none;
   padding-left:15px;
   
}


.pc-mg {
margin-top:10px;
}



/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media only screen
and (min-width:768px) 
and (max-width:1024px)  {

.menu-menu-1-container ul li a{
font-size:13px !important;
}


 .pc { display: none !important; }

.img-102 , .img-103{
margin-top:13px;
    }

.box32 h3{
font-weight:normal;
font-size:18px;
}

.grid figure h2 {
	font-size:20px;
}

.site-branding{
	padding:5px 0 8px !important;
}

.container {
   width: 100%;
   margin-left:0;
   margin-right:0;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 2em 1em;
	width: 100%;
	height: 60%;
}

.grid figure p {
	letter-spacing: 0;
	font-size: 80%;
}


.w-90 {
   width: 100%;
   margin-left:0;
   margin-right:0;
}

.w-86 , .w-86b{
   width: 100%;
   margin-left:0;
   margin-right:0;
}


}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media(max-width:1023px)  {
.box-ok1 {
margin-bottom:20px;
}

.pc-mg {
margin-top:0;
}

}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
@media only screen
and (min-width:768px) 
and (max-width:1023px)  {




.sp-mgu {
margin-bottom:15px;
}



.bg-ttl {
font-size:16px;
}

.img-full-s {
width:70%;
height:auto;
margin:0 15%;
}

.grid figure h2 {
	font-size:16px;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 32px;
	left: 0;
	padding: 2em 1em;
	width: 100%;
	height: 80%;
}

.habakiri-slider__item h1 span {
padding-left:0;
display:block;
}




}

/*================================================
 *  スマートフォン+タブレット小向けデザイン
 ================================================*/
@media screen and (max-width:820px) {

.pc-pd  {
display:none;
}

.recommended-sp {
padding:30px 20px;
}

.recommended-sp1 {
background:url(images/bg-red1.jpg);
}

.recommended-sp2 {
background:#038DA6;
}


.recommended-sp img{
width:100%;
height:auto;
}

.recommended-sp h3{
  position: relative;
  margin-top:30px;
  margin-bottom:10px;
  padding: 0.2em 2em 0.1em;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  display:inline-block;
  font-size:18px;
  font-weight:normal;
color:#fff;
}

.recommended-sp h3:before, .recommended-sp h3:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #fff;
}
.recommended-sp h3:before {
  left: 7px;
}
.recommended-sp h3:after {
  right: 7px;
}

.recommended-sp p{
margin-top:20px;
color:#fff;
text-align:left;
}

}




/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media (max-width:767px) {

.sp-mg20s {
 margin-top:20px;
}

.mg-40b {
 margin-top:20px;
}

.mg-40c {
 margin-top:20px;
}


.mg-20b {
 margin-top:20px;
}

.site-branding__logo { 
width:300px ;
}


.pr-box {
 margin:0 0 30px;
}


.img-01 {
width:80%;
height:auto;
margin:0 10%;
aspect-ratio: 1 / 1.15;
object-fit: cover; 

}


.v-box3 ul li{
font-size:16px;
}

.ar-box{
margin:-10px auto -10px;
}



.cr-box{
margin-bottom:30px;
}


.img-01b {
width:90%;
margin-left:5%;
margin-right:5%;
}



.spn-b2 {
padding-left:0;
display:block;
}


.box-j2{
padding:20px 10px 30px 10px;
}

h2.gt {
  display:block;
width:90%;
margin-left:5%;
margin-right:5%;
}

h2.gt2 {
margin-top:30px;
}

.btn-animation-02 {
  margin:0;
}

.sp-mg2 {
margin-bottom:40px;
}

div.wpcf7 input.textsp2{ 
width:40%;
 }

.prv-tx2{
 margin:0 10px 10px ;
text-align:left;
}

.copyright  {
 padding-bottom:5em;
}


.bx-s img {
margin-top:30px;
}

.technology_list {
margin:20px 0 45px 10px;
}

.technology_list:last-of-type{
 margin:20px 0 0 10px;
}

.img-ttl {
   position: relative;
margin-top:60px;
}

.img-ttl img {
width:64%;
height:auto;
border-radius:15px;
margin-left:18%;
margin-right:18%;
}


.img-ttl:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 103px;
  background-image: url(images/fv3.png);
  background-size: contain;
   position: absolute;
    top: -40px;
    left: -5px;
  z-index:2;
}


.img-ttl2 {
   position: relative;
margin-top:60px;
}

.img-ttl2 img {
width:64%;
height:auto;
border-radius:15px;
margin-left:18%;
margin-right:18%;
}


.img-ttl2:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 103px;
  background-image: url(images/fv4.png);
  background-size: contain;
   position: absolute;
    top: -40px;
    left: -5px;
  z-index:2;
}

.img-ttl2 {
   position: relative;
margin-top:60px;
}

.img-ttl3 img {
width:64%;
height:auto;
border-radius:15px;
margin-left:18%;
margin-right:18%;
}


.img-ttl3:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 103px;
  background-image: url(images/fv5.png);
  background-size: contain;
   position: absolute;
    top: -40px;
    left: -5px;
  z-index:2;
}

.img-ttl4 {
   position: relative;
margin-top:60px;
}

.img-ttl4 img {
width:64%;
height:auto;
border-radius:15px;
margin-left:18%;
margin-right:18%;
}


.img-ttl4:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 103px;
  background-image: url(images/fv6.png);
  background-size: contain;
   position: absolute;
    top: -40px;
    left: -5px;
  z-index:2;
}



.pro-box {
margin-top:20px;
width:100%;
margin-right:0;

}


.pro-box-ttl {
font-size:20px;
text-align:center;
}



.technology_box{
   padding: 20px 20px 20px 30px;
wieth:88%;
margin-left:6%;
margin-right:6%;
}



 .pc { display: none !important; }
    .sp { display: block !important; width:100% ;}

img.ic-logo {
width:60%;
height:auto;
margin:0 auto 20px;
}

.site-branding__logo { 
margin-left: 4%;
}



.w-90 {
   width: 100%;
   margin-left:0;
   margin-right:0;
}

.w-86 , .w-86b{
   width: 100%;
   margin-left:0;
   margin-right:0;
}

.sec2-box-tx {
 margin-top: 15px; 
}



.mybox{
 margin: 0 0 30px; 
}

.mybox2{
 margin-bottom:30px; 
}

.empowerment-style {
  margin-bottom:10px; 
}

.container {
   width: 100%;
   margin-left:0%;
   margin-right:0%;
}

.habakiri-slider__item h1  {
font-size:28px;
}

.habakiri-slider__item p  {
font-size:18px;
text-shadow: 1px 1px 2px rgba(0,0,0,0.65);
}

h2.prb_ttl , h2.prb_ttl2{
 font-size: 24px;
}

.sp-mg {
margin-top:15px;
}

.sp-mgu {
margin-bottom:15px;
}

.img-full-s {
width:100%;
height:auto;
box-shadow: 0 1px 5px rgba(39,48,57,.1);
}

.font1 , .font2 , .font3{
 animation-delay:0s;
	}


.g_map {
padding-top: 65%;
height: 0;
}

.ft-tx{
font-size:22px;
text-align:left;
}

.ft-tx2{
font-size:18px;
text-align:left;
}

.prof dl {
    margin:0 0 10px;

  }

.prof dt {
      float: left;
      width: 110px;
      padding: 10px 0;
      border-top:1px dotted #000;

    }

.prof dd {
      margin-left: 110px;
      padding: 10px 0;
     
       border-top:1px dotted #000;

    }

.prof-rt {
 margin:10px 20px 0 5px;

}


.img-sp1 {
    margin-top: 10px ;
}

.img-sp2 {
    margin-top: -10px ;
}

.habakiri-slider__item h2  {
font-size:36px;
margin-left:0 !important;
margin-right:0 !important;
}

.site-branding__heading {
margin-left:-20px;
}







.buttonA {
   width:100%;
}

.ft-rt  {
 border-left:none;
padding-left:0;
}

.ft-tx1  {
 margin-top:10px;
}





.tx-sgn{
    font-size: 24px;

}









hr.line-2 {
  width:100px;
  border-color:  #fff;
 border-width: 2px;
  margin:10px auto 20px;
}

.bttn-top  {
 padding:20px 0;
 text-align:center;
font-size:20px;
font-weight:bold;
}



.img-111 {
margin-bottom:10px;
    }

.img-121 {
margin-top:10px;
    }

h2.cont-ttl {
font-size:18px;

}

#table-01 th, #table-01 td{
display:block;
    }

#table-01 th{
width:100% !important;
    }

#table-02 th, #table-02 td{
display:block;
    }

#table-02 th{
width:100% !important;
    }





.tx-2{
font-size: 18px;
font-weight:900;
background :#D9364D;
color:#fff;
padding:5px 0 5px ;
text-align:center;
}



.ttl-box3 {
margin-top:10px;
margin-right:20px;
margin-left:20px;
margin-bottom:10px;
padding:2px 10px;
border-radius:25px;
border:2px solid #00b0f0;
color:#00b0f0;
font-size:16px;
font-weight:bold;
    }

.ttl-box2 {
margin-top:10px;
margin-right:20px;
margin-left:20px;
padding:2px 10px;
border-radius:25px;
border:2px solid #ffc000;
color:#ffc000;
font-size:16px;
font-weight:bold;
    }

img.img-cc {
width:70%;
height:auto;
margin: 20px 15% 10px;
}





.arrow_box{
   font-size:18px;
    }

.arrow_box2{
   font-size:22px;
    }






.tx-aed {
color:#D9364D;
font-size:34px;
}


.box78 {
 font-size:22px;
position:relative;
top:0;
left:0;
font-size:16px;
}

div.wpcf { 
padding: 20px 5%;
}

div.wpcf .col-sm-6{ 
padding:0 20px;
}



div.wpcf dl { 
 margin:10px 2%;
    width: 96%;
    line-height: 1.5;
 
    overflow: hidden;
}


div.wpcf dt {
      float: none;
      width: 100%;
      padding: 10px 0 0 ;
     font-weight:normal;
    
}

div.wpcf dd {
      margin-left:0;
      padding:5px 0;

}

div.wpcf input.imp1{ 

width:100% !important; 
}

div.wpcf input.imp2{ width:50% !important; }

div.wpcf input.imp2b{ width:100% !important; }

div.wpcf input.imp3{ width:100% !important; }


div.wpcf textarea { 
width:100% !important;
 height:200px !important; 
 }


.floating-out{
 display:none;
}

.footer {
 text-align:center;
}

ul.ft-list  {
 margin-top:20px;
}

.copyright  {
  margin-top:20px;
 
}

div.wpcf7 p { padding:20px 8px 0;}

div.wpcf7 input.imp1{ width:100% !important; }

div.wpcf7 input.imp2{ width:32% !important; }


div.wpcf7 input.imp3{ width:100% !important; }

h2.ttl-2 {
   font-size:24px;
    }

h2.ttl{
   font-size:24px;
   margin-top:60px;
   margin-bottom:0;
    }

h2.ttl-2b{
   font-size:22px;
    }









.prof dt {
      float: left;
      width: 110px;
      padding: 15px 0;
      border-top:1px dotted #000;
    }

.prof dd {
      margin-left: 110px;
      padding: 15px 0;
     
       border-top:1px dotted #000;
    }

.pal h3 {
font-size:22px;
text-align:center;
margin-top:0;
}	


.tel {
  display:none;
 }

}

/*================================================
 *  スマートフォン向けデザイン　横
 ================================================*/
@media only screen
and (min-width:481px) 
and (max-width:767px)  {

.sd-box img {
width:70%;
height:auto;
margin-left:15%;
margin-right:15%;
}

}



/*================================================
 *  スマートフォン向けデザイン 小
 ================================================*/
@media screen and (max-width:480px) {





.st-ttl {
  font-size:1.2em;
 font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
text-align:center;
margin-top:20px;
margin-bottom:10px;
  color:#2D3436;
line-height:1.4;
 }

.txt-d {
  font-size:22px;
 font-family: aw-conqueror-didot, serif;
font-style: normal;
font-weight: 300;
position: relative;
  top: 0.05em;
}

.txt-s {
  font-size:16px;
}


.section-title {
  position: relative;
  height: 50px; 
}

.bg-english {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 50px; 
  font-weight: 900;
  color: rgba(0, 133, 157, 0.08);
  z-index: 1;
  /* 改行させない */
  white-space: nowrap; 
}

.main-japanese {
  position: absolute; /* ここを relative から absolute に変更 */
 top: 26px;   /* 英語の高さの中央より少し下へ */
  left: 40px;  /* 英語の1文字目と2文字目の間くらいに配置 */
  letter-spacing: 0.05em; /* 日本語も少しだけ広げると綺麗です */
  z-index: 2;
  font-size: 20px;
  color: #0097b2;
  margin: 0;  
 font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 300;     
}


h2.pttl { 
font-size:28px;
 }

.new dt {
      float: none;
      width: 120px;
      padding: 5px 10px 0;

    }

.new dd {
      margin-left: 0;
      padding:0 10px 10px;

    }




.bg-tx4 {
font-size:17px;
}


.v-box3 ul li{
   background-size:6%;
 
}

.ctc .box-j2{
background:none;
padding:40px 0;
}

.rules-inner {
 background:rgba(247,247,247,.9);
padding:10px;
border-radius:10px;
}

.rules-inner span{
display:block;
text-align:center;
}


.technology_box ul li {
font-size:16px;
}


.theme2 {
       font-size:18px;

       margin-top:0;
margin-bottom:30px;
}


.btn-animation-03 {
   margin:30px 0 10px;
}


p.p1 {
font-size:20px;
 }

p.p2 {
font-size:17px;
 }

.p3 {
font-size:16px;
 }


div.sec2 {
  padding:50px 0 50px;
}


p {
font-size:16px;
 }

p.nm {
font-size:16px;
 }


p.ftp {
font-size:20px;
 }

p.ftb2 {
font-size:16px;
 }

h2.doct {
  font-size:20px;
}

h2.doct:after {
  width: 30%;
}

h2.doct2 {
  font-size:20px;
}


.effect6 {
font-size:24px;
}


.catch-a {
  font-size: 26px;
 margin-top:10px;
margin-bottom:25px;
}

.catch-a:before, .catch-a:after {
  border-top: 1px solid;
  content: "";
  width: 1.0em; /* 線の長さ */
}

.catch-a:before {
  margin-right: 0.2em; /* 文字の右隣 */
}
.catch-a:after {
  margin-left: 0.2em; /* 文字の左隣 */
}


.catch-b {
  font-size: 18px;
}

.catch-b:before, .catch-b:after {
  border-top: 1px solid;
  content: "";
  width: 1.0em; /* 線の長さ */
}

.catch-b:before {
  margin-right: 0.2em; /* 文字の右隣 */
}
.catch-b:after {
  margin-left: 0.2em; /* 文字の左隣 */
}

.catch-c {
  font-size: 17px;
}

.catch-c:before, .catch-c:after {
  border-top: 1px solid;
  content: "";
  width: 1.0em; /* 線の長さ */
}

.catch-c:before {
  margin-right: 0.2em; /* 文字の右隣 */
}
.catch-c:after {
  margin-left: 0.2em; /* 文字の左隣 */
}


.price-box-in{
background-size:12%;
 padding:20px 5% 20px;
}
.pr-sp {
padding-left:0;
display:block;
}





div#footMenu li {
font-size:13px;
}



.step-tx p{
text-align:left;
}


h2.prf-ttl4b {
	font-size: 18px;
}

h2.prf-ttl4b:before { 
	width: 16px;
	height: 16px;
}



.pro-box2 {
width:100%;
margin-left:0;
margin-top:20px;
}


.cp-tx  {
margin:15px 5px 0;
font-size:16px;
}
.sup-box ul  {
margin-left:0;

}

.cp_card {
	width: 92%;
	
}

.cp_ribbon12:before {
content:none;
}
.cp_ribbon12:after {
content:none;
}


.box507 img{
width:16%;
height:auto;
margin-top:5px;
}

.bd{
font-size:15px;
}

.box508p{
font-size:15px;
}


.ch-box{
text-align:left;
}

.sp-mgbt {
margin-bottom:20px;
}

.sp-mgbt2 {
margin-top:10px;
margin-bottom:20px;
}

.sp-mgbt3{
margin-bottom:10px;
}

.sp-mgbt4{
margin-bottom:40px;
}


.title-border2-box2 {

padding:20px 15px 0 10px;

}
.box508 {
margin-bottom:10px;
}

.box508b {
margin-bottom:10px;
}

.box508c {
margin-bottom:10px;
}

.box508d {
margin-bottom:10px;
}


.baf {
text-align:left;
}

.cp-tx , .cp-tx2 , .cp-tx3 {
font-size:16px;
 }


.sec1-in{
margin:30px 0 0;
 }


.pc-br  {
display:none;
}

.cont-box {
width:70%;
margin:40px auto;
}

.cont-box2 {
width:100%;
}



.theme {
        font-family: 'Shippori Mincho', serif;
        height:70px;
　　　  margin:0;
        padding-top: 15px;
        padding-left:0.5em;
        background-image: url(images/h3_bg5.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 92%;
       text-align:center;
       font-size:1.15em;
       font-weight:600;
       line-height:1.5;
}



p.ftp {
font-size:22px;
 }

p.ftbsp {
text-align:left;
margin-top:20px;
line-height:1.6;
 }


.breadcrumbs {
font-size:14px;
}



.pt2  {
font-size:14px;
line-height:1.3;
}

.site-branding__logo { 
margin-left: 5%;

}

h1.entry__title  {
    font-size: 20px;
}

.page-header {
padding: 20px 0; 
line-height:30px;
 }

h1.page-header__title  {
font-size:20px ;
}




div.sec2-box {
padding:20px 20px 10px;
}

.sec2 ul  {
margin-left:-20px;
}



div.layerTransparent{
width: 100%;
height: 100%;
 background-color: rgba(250, 139, 191, 0.70);
}






.copy-add  {
font-size:16px;
}

.sec1 {
margin:0 ;
padding:0 0 50px;
    }


.bn-box {
width:100%;
margin:50px 0 0;
}


.sec2-box-tx h3 span{
padding-left:0;
display:block;
}

.habakiri-slider__item h1 span {
padding-left:0;
display:block;
}

.a-map span{
padding-left:0;
display:block;
margin-top:15px;
}



table.table-015 td{
display:block;
width:100%;
}

table.table-015 td.td-ig{
display:block;
width:100%;
}

table.table-015 td.td-ig img{
width:50%;
margin:10px 25% 0;
height:auto;
}

table.table-015 td.td-txt{
font-size:18px;
text-align:center;
padding-bottom:20px;
}





.grid figure h2 {
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color:#fff;
font-weight:bold;
font-size:30px;
text-shadow:  2px 2px 2px rgba(0,0,0,0.8);
}



}



/*================================================
 *  スマートフォン向けデザイン 最小
 ================================================*/
@media (max-width: 360px){

.site-branding__logo { 
margin-left: 3%;
width:92%;
}


.catch-a ,.catch-b ,.catch-c{
  font-size: 18px;
}


.habakiri-slider__item h1  {
font-size:24px;
}

.grid figure h2 {
font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
color:#fff;
font-weight:bold;
font-size:24px;
text-shadow:  2px 2px 2px rgba(0,0,0,0.8);
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em 1em;
	width: 100%;
	height: 70%;
}



.tx-2{
font-size: 16px;
font-weight:900;
background :#D9364D;
color:#fff;
padding:5px 0 5px ;
text-align:center;
}

ul.ft-list li a{
font-size:11px;
}

input[type="button"] {
padding-left:2px !important;
padding-right:2px !important;
}


}


/* --- スマホのみ用表示--- */
@media only screen and (min-width: 768px){
 h2 br , h3 br{
  display:none;
 }

 br.sp-b{
  display:none;
 }

.kn {
  margin-top:-25px;
 }


}


/* --- スマホのみ用表示--- */
@media only screen and (min-width: 821px){
.sp-pd{
  display:none;
 }
 }



/* --- スマホのみ用表示2--- */
@media only screen and (min-width: 481px){

 br.sp-b2{
  display:none;
 }

#main {
 min-height:400px;
}



}