@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:16px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:960px;
	margin:10px auto;
}

nav {
	width:100%;
}
/*#contents {
	width:960px;
	margin:10px auto;
}
*/

#contents {
	width:100%;
}

.contentsArea {
	width:960px;
	margin:10px auto;
}

#main {
	float:right;
	width:65.625%;
}
#sub {
	float:left;
	width:31.25%;
}

*/
#subnav {
	display:none;
}

a {
	color:#000;
}
a:hover {
	color:#e78f00;
}

h1 {
/*	color:#f19500; */
	color:#000;
	font-size:28px;
	line-height:1.2;
}
h1 a {
	color:#000;
	text-decoration:none;
}
h1 a:hover {
	color:#e78f00;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:22px;
	color:#000;
	border-left:5px solid #e78f00;
}

h3 {
	margin-bottom:0.5em;
	padding:2px 5px;
	color:#e78f00;
	font-size:16px;
	border-bottom:1px solid #e78f00;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#29b3ff;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#000;
	font-size:16px;
	border-top:1px dotted #999;
	border-bottom:1px dotted #999;
	background:#f1f1f1;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#f19500;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f5f5f5;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}

/* header h1 {
	margin-bottom:20px;
} */

.title01 {
	margin-right: 30px;
}
	@media screen and (max-width:767px) {
	.title01 {
		margin-right: 0;
	}

.title01 img {
	max-width: 100%;
	height: auto;
	display: block; /* 画像の下にできる余白をなくす */
}

.title02 img {
	max-width: 100%;
	height: auto;
	display: block; /* 画像の下にできる余白をなくす */
}

.title03 img {
	max-width: 100%;
	height: auto;
	display: block; /* 画像の下にできる余白をなくす */
}
}

.contact {
	position:absolute;
	top:0;
	right:0;
	vertical-align:top;
}
.contact a {
	display:block;
	padding:5px 10px 5px 70px;
	color:#fff;
/*	background:#f19500; */
	background:#006cc2;
	border-radius:4px;
	text-decoration:none;
/*	background:#f19500; */
	background:#006cc2  url(../images/mark.png) 10px 50% no-repeat;;
}
.contact a:hover {
	color:#fff;
/*	background:#e78f00; */
	background:#05a6f0  url(../images/mark.png) 10px 50% no-repeat;
}

.summary {
	clear:both;
	font-size: 19px;
	text-align: center;
}
	@media screen and (max-width:768px) {
		.summary {
			text-align: left;
		}
	}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
	padding:0;
/*	background:#f7f5f1; */
	background: #000;
	overflow:hidden;
}
nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:16.666%;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
}
nav li a:hover {
	color:#000;
	text-decoration:none;
	background:#ddd;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}


.submenu li a {
	display:block;
	padding:5px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
/*	border-top:1px dotted #ccc;*/
/*	border-bottom:1px dotted #ccc;*/
	background-color: #f2f2f2;

}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
/*	background-color: #f19500; */
	background-color: #f2f2f2;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
/*	background:#f19500;*/
	background:#333;
}
.totop img:hover {
/*	background:#e78f00;*/
	background:#000;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}

.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow:hidden;
	margin:20px 0;
	padding:10px;
	border:5px solid #ddd;
	background:#fff;
}

.imgL {
	float:left;
	margin:0 0.5em 0.5em 0;
}

.imgR {
	float:right;
	margin:0 0 0.5em 0.5em;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	display:none;
	position:relative;
	overflow:hidden;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:100;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0 5px;
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#f19500;
}

/* トップナビ */
* html .topNavi {
	height:1em;
	overflow:visible;
}

.topNavi {
	overflow:hidden;
	position:relative;
	margin-right:-1.030%;
	margin-top:0px;
	margin-bottom:50px;
}

.topNaviColumn {
	display:inline;
	width:32.302%;
	float:left;
	margin-right:1.030%;
}

.topNaviCon {
	position:relative;
	display:block;
	box-sizing:border-box;
	overflow:hidden;
	padding:10px;
	text-decoration:none;
	color:#000;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
	background:#f1f1f1;
	border:1px solid #f1f1f1;
	border-radius:4px;
}
.topNaviCon:hover {
	color:#000;
	background:#fff9f5 none repeat scroll 0 0;
/*	border:1px solid #f19500; */
	border:1px solid #999;
	transition:background 0s ease 0s, border 0.5s ease-out 0s;
}
.topNaviCon h2 {
	margin:10px;
	padding:0;
	font-size:16px;
	font-weight:bold;
/*	color:#f19500; */
	color:#333;
	border:none;
}
.topNaviCon:hover h2 {
/*	color:#f19500; */
	color:#333;
}
.topNaviCon p {
	margin:10px;
}

.topNaviPhoto img {
	width:100%;
}

#g-cms	{
	clear:both;
	overflow:hidden;
	padding: 0 0 50px 0;

}
#g-cms h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:22px;
	color:#000;
	border-left:5px solid #009933;
}

#g-ana	{
	clear:both;
	overflow:hidden;
	margin-bottom: 0;
	padding: 0;
}

#g-ana h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:22px;
	color:#000;
	border-left:5px solid #0066ff;
}

#g-plan h2 {
	margin-bottom:0.5em;
	padding-left:10px;
	font-size:22px;
	color:#000;
	border-left:5px solid #666;
}

#title img {
	clear:both;
	display: block;
	margin: 0 auto;
}

.contentsArea2 {
	width:100%;
	margin-bottom: 30px;
	padding:0 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	background-color: #29b3ff;
}

.contentsArea2 .inner  {
	color: #fff;
	width:960px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
/*	padding:20px 0; */
/*	overflow:hidden; */
/*	border-top:1px dotted #ccc; */
/*	border-bottom:1px dotted #ccc; */
}

.contentsArea2 .inner p  {
	color: #fff;
	font-weight:bold;
/*	width:900px; */
/*	margin: 0 auto; */
/*	padding: 20px 20px 10px 20px; */
/*	padding:20px 0; */
/*	overflow:hidden; */
/*	border-top:1px dotted #ccc; */
/*	border-bottom:1px dotted #ccc; */
}

.contentsArea3 {
	width:100%;
	padding:0 0;
	overflow:hidden;
/*	border-top:1px dotted #ccc; */
/*	border-bottom:1px dotted #ccc; */
	background-color: #000;
}



 /*3カラムエリア（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}


/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}
/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:0px;
}
.imgR img {
	float:right;
	margin:0 0 0em 0.5em;
	border-radius:5px;
}
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
/*	border-radius:5px; */
	margin-bottom:0.5em;
}

.imgC p {
	color: #fff;
}

#g-cms .title02	{
	font-size: 20px;
	padding: 0 0 0 20px;
	border-bottom: solid 1px #ccc; 
}

#g-ana .title02	{
	font-size: 20px;
	padding: 0 0 0 20px;
	border-bottom: solid 1px #ccc; 
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	header {
		width:100%;
	}

	nav ul {
			width:100%;
	}
/*
	#contents {
		width:100%;
	}
*/
	.contentsArea {
		width:100%;
	}

	.contentsArea2 .inner {
		width:100%;
		margin: 0 auto;
		padding: 20px;
	}

	.contentsArea2 .inner p {
		width:90%;
	}

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	.contact {
		position:relative;
		float:right;
		margin:10px 0;
	}

	header h1 {
		margin-bottom:0;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* メインメニュー */
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
	}
	nav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:33.33%;
		margin:0;
		padding:0;
		list-style:none;
		font-size: 14px;
	}
	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	/* トップナビ */
	.topNavi {
		margin-right:0;
	}

	.topNaviColumn {
		display:block;
		box-sizing:border-box;
		width:100%;
		float:none;
		margin-right:0;
		margin-bottom:10px;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}

	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}

	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.imgC {
		margin-bottom:30px;
	}

	.imgC img {
		max-width:100%;
	}

	.summary	{
		font-size: 16px;
	}
}

@media screen and (max-width:400px) {
    nav li a {
		font-size: 0.8em;
    }
}

/*-----------------
 プラン・料金について
-------------------*/
.plans {
	margin-bottom: 30px;	
  display: flex;
  justify-content: center;
}

.package {
  width: 100%;
  /* max-width: 500px;  PCでは500px固定 */
	max-width: 600px;  /*PCでは500px固定*/
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.package-header {
  background: #666;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}

.package-body {
  padding: 15px;
  background: #fff;
}

.desc {
  /* font-size: 14px; */
	font-size: 20px;
  margin: 0 0 20px 0;
  line-height: 1.6;
  text-align: center;
}

.price-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap; /* 狭い画面では折り返し */
}

.price-box .label01 {
  /* font-size: 12px; */
	font-size: 16px;
  color: #333;
}

.price-box .price01 {
  /* font-size: 22px; */
	font-size: 32px;
  font-weight: bold;
  /* border: 1px solid #ccc; */
  border-radius: 5px;
  padding: 5px 15px;
  /* background: #f7f7f7; */
	transition: all 0.3s ease; /* スマホ時にアニメーション効果 */
    background: #fff3cd;      /* 薄い黄色で目立たせる */
    border: 2px solid #f0ad4e;
    color: #d9534f;           /* 価格を赤系で強調 */
}
/* スマホ対応 */
	@media screen and (max-width: 480px) {
		.package-header {
    	font-size: 16px;
    	padding: 8px 0;
  		}

  		.desc {
			font-size: 15px;
  		}

  		.price-box {
    		flex-direction: column; /* 縦並びに変更 */
    		gap: 5px;
			text-align: center;
  		}

  		.price-box .price01 {
			font-size: 26px;          /* 価格を大きく */
    		padding: 10px 20px;       /* 余白を広くして強調 */
    		background: #fff3cd;      /* 薄い黄色で目立たせる */
    		border: 2px solid #f0ad4e;
    		color: #d9534f;           /* 価格を赤系で強調 */
    		display: inline-block;
  		}
	}

/*--------------------------------------------
 Webサイト制作のご依頼・製品についてのお問い合わせ
----------------------------------------------*/
.inquiry {
	  background-color: #000;
    color: #fff;
    /* font-family: Arial, sans-serif; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: 100vh; */
    margin: 0;
		padding: 50px 0;
}

.contact-container {
    width: 90%;
    max-width: 600px;
    text-align: center;
}

.contact-bubble {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    margin-bottom: 30px;
}

.contact-bubble::after {
    content: '';
    position: absolute;
    /* bottom: -15px; */
		bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background-color: #fff;
    /* border-bottom-right-radius: 5px; */
}

.contact-bubble p {
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
}

.contact-info {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap; /* 画面幅が狭いときに折り返す */
}

.contact-item {
    display: flex;
    align-items: center;
    margin: 10px;
}

.icon {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8em;
    font-weight: bold;
    margin-right: 10px;
}

.text {
    font-size: 1.5em;
    font-weight: bold;
}

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

.text a:hover {
	text-decoration: underline;
}
	/* レスポンシブ対応のブレークポイント */
	@media (max-width: 480px) {
		.contact-item {
			display: flex;
			align-items: center;
			margin: 10px;
		}

    	.text {
        	font-size: 1.2em;
    	}
	}

/*-----------------------------------
 アジャスト
-----------------------------------*/
.break {
	display: block;
}
	/* 768px以下ではインラインにして改行しない */
	@media screen and (max-width: 768px) {
		.break {
    		display: inline;
  		}
	}


