@charset "UTF-8";

/* ========BASIC======== */
html {
    overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:14px;
    color:#000;
    border-top: solid 10px #ffd900;
}

br {
    letter-spacing:normal;
}

a {
    color: #d9a62e;
    font-weight:bold;
    text-decoration:none;
}
a:hover {
    color:#ffd900;
    text-decoration:underline;
}

img {
    border:0;
    vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
    margin:0;
}

h2 {
    clear:both;
    margin:10px 0 20px 0;
    letter-spacing:normal;
    padding:10px 0;
    color:#808080;
    font-weight: bold; 
    font-size:36px;
    line-height:1.4;
    text-align:center;
    border-bottom:3px dotted #ffd900;
}

h3 {
    font-family: "メイリオ","Meiryo"; 
    clear:both;
    margin:50px 0 20px 0;
    font-size:28px;
    font-weight:bold;
    color: #fff;
    text-align:center;
    line-height:2;
    background-image: url("../images/h3.gif");
    background-repeat: repeat-x;
}
h2 + h3  + h4 {
    margin-top:20px;
}
h3:first-child {
    margin-top:0;
}

h3 + h4 {
    margin-top:10px;
}
h4 {
    clear:both;
    margin:50px 0 20px 0;
    font-size:24px;
    font-weight:bold;
    color: #d9a62e;
    text-align:center;
    line-height:2;
    border-top:2px solid #d9a62e;
    border-bottom:1px dotted #d9a62e;
}
h5 {
    color: #418b89;
    font-size:24px;
    margin:10px 0;
    line-height:1.8;
    border:0;
    text-align: right;
}

h6 {
    font-size:20px;
    font-weight:bold;
    color: #d9a62e;
    padding:0 10px;
    line-height:2.0;
    border-left:5px solid #d9a62e;
}

h7 {
    font-size:14px;
    font-weight:normal;
    color:#917700;
    line-height:2.0;
}

p {
    margin:0.5em 0 1em 0;
    line-height:1.8;
    text-align:justify;
    text-justify:inter-ideograph; 
}
#center {
	text-align: center;
    line-height:2em;
}
ul,ol,dl {
    margin:0;
    padding:0;
}

li {
    padding:0;
    margin:0;
    list-style:none;
}

dt {
    margin:0;
    padding:0;
}

dd {
    margin:0 0 1em 0;
    padding:10px;
    background:#f1f1f1;
}

table {
    width:730px;
    margin:10px 0;
    border-collapse:collapse;
    border:1px solid #999;
    border-spacing:0;
    line-height:1.8;
}

table th {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    background:#EFEBEF;
    font-weight:bold;
    text-align:left;
}

table td {
    padding:5px;
    border:1px solid #999;
    border-width:0 0 1px 1px;
    text-align:left;
}

textarea {
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"ＭＳ Ｐゴシック",verdana,sans-serif;
    font-size:14px;
    font-weight: normal;
}


/* ========TEMPLATE LAYOUT======== */
#headcontainer {
    position:relative;
    width:100%;
    margin:0 auto;
    padding:10px 0;
    background:#fff;
}

#header {
    position:relative;
    width:1000px;
    margin:0 auto;
    background:#fff;
}

#menu {
    clear:right;
    position:relative;
    margin:10px auto;
}

#container {
    border-top: solid 3px #ffd900;
    clear:left;
    width:100%;
    margin:0 auto;
    background:#f2f4f4;
}

#contents {
    clear:both;
    overflow:hidden;
    width:900px;
    margin:0 auto;
}

#conL {
    margin-top:20px;
    float:auto;
    width:900px;
}

#conR {
    margin-top:20px;
    float:right;
    width:730px;
}

#footMenu {
    clear:both;
    margin:30px auto 0 auto;
    background-image: url("../images/foot_back.jpg");
    background-repeat: repeat-x;
}

#footer {
    clear:both;
    margin:0 auto;
    background:#dccb18;

}

/* ========HEADER CUSTOMIZE======== */
#header h1 {
    margin:0 0 5px 5px;
    padding:0;
    font-size:10px;
    color:#3c3c3c;
    font-weight:normal;
}

/* ========MENU CUSTOMIZE======== */
#menu ul {
    margin:0;
    padding:0;
    list-style:none;
}

#menu li {
    overflow:hidden;
    float:left;
    margin:5px 0 10px 0;
}

/* ========HEADIMAGE CUSTOMIZE======== */


.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:absolute;
      float:left;
      left:50%;
      bottom:0;
}
.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;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
      background:#85d1c6;
}

/* ========MAINCONTENTS CUSTOMIZE======== */

/* INFORMATION CUSTOMIZE */
.information {
    margin-bottom:20px;
}

.information dl {
    margin:0;
}
.information dt {
    float:left;
    padding-top:5px;
}

.information dd {
    margin:0 0 5px 0;
    padding:5px 0px 5px 9em;
    border-bottom:1px solid #ddd;
    background:none;
}

/* SUBMENU CUSTOMIZE */
.submenu h3 {
    margin:20px 0 5px 0;
    color:#fff;
    position:relative;
    padding-left:10px;
    vertical-align:middle;
    line-height:40px; 
    border:none;
    font-size:20px;
    background-image: url("../images/submenu_h3.gif");
    font-family: "UD新丸ゴ M"; 
}



/* BANNER CUSTOMIZE */
.bnrL {
    margin:20px 0;
}

.bnrL ul {
    margin:0 -15px 0 0;
    padding:0;
    overflow:hidden;
}

.bnrL li {
    float:left;
    margin:0 15px 0 0;
    padding:0;
    list-style:none;
    margin-bottom:10px;
}



/* BOX CUSTOMIZE */
.box {
    overflow:hidden;
    margin:10px 0;
    padding:10px;
    border:10px solid #eee;
}

.box h4 {
    margin-top:0;
}

.box img {
    float:left;
}

.box p {
    margin-left:210px;
}

.first {
    margin-top:0;
}


/*サイトマップ*/
#SitemapAll {
    background-image: url("../images/foot_back.jpg");
    background-repeat: repeat-x;
    padding:25px 0 0 0;
    height:180px;
    margin:20px 0 0 0;
}
#Sitemap {
width:900px;
margin:0 auto;
text-align:left;
}
#Sitemap a:hover {
color:#848586;
}
#Sitemap ul li {
line-height:23px;
}
#Sitemap ul li a {
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#000;
background:url(../images/sitemap_g.gif) no-repeat left center;
}
#Sitemap ul li.m {
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#000;
background:url(../images/sitemap_g.gif) no-repeat left 5px;
}
#Sitemap ul li ul li a {
font-weight:normal;
background:url(../images/sitemap_s.gif) no-repeat left center;
padding-left:10px;
}
#Sitemap ul.S1 {float:left;width:120px;}
#Sitemap ul.S1 a {font-weight:bold;padding-left:15px;}
#Sitemap ul.S2 {float:left;width:150px;}
#Sitemap ul.S2 a {font-weight:bold;padding-left:15px;}
#Sitemap ul.S3 {float:left;width:150px;}
#Sitemap ul.S4 {float:left;width:150px;}
#Sitemap ul.S5 {float:left;width:150px;}
#Sitemap.CF{
        margin-top:50px;
}

.com {
    padding-top:70px;
    font-style:bold;
    font-size:12px;
    line-height:1.5;
    text-align:left;
}
#Sitemap .com ul li a {
background-image:none;
}
/* ========FOOTER CUSTOMIZE======== */
.copyright {
    font-style:normal;
    font-size:11px;
    color:#fff;
    line-height:3.0;
    text-align:center;
}

/* ========PAGRTOP CUSTOMIZE========= */
#pageTop {
    position:fixed;
    right:20px;
    bottom:20px;
}

#pageTop a {
    display:block;
    padding:30px 30px 30px 42px;
    color:#fff;
    font-size:11px;
    text-decoration:none;
    background:#ffd900 url("../images/bg_pagetop.gif") 30px 50% no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
#pageTop a:hover {
    background:#d9a62e url("../images/bg_pagetop.gif") 30px 50% no-repeat;
}

/* ========パンくずリスト========= */

nav#breadcrumbs{
  font-size:11px;
}
nav#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}

nav#breadcrumbs ol li:before {
  content: " > ";
}
nav#breadcrumbs ol li:first-child:before {
  content:"";
}

/* ========注意事項========= */
.komebox {
    position: relative;
    margin: 2em 0;
    padding: 1.5em 0 0.5em 1em;
    border: solid 1px #164a84;
    border-radius: 8px;
}
.komebox .box-title {
    position: absolute;
    display: inline-block;
    top: -8px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #f2f4f4;
    color: #164a84;
    font-weight: bold;
}
.komebox p {
    margin: 0;
    padding:0 2em;
    text-indent:-1em;
    line-height:1.5em;
}
p.smallindent {
    font-size: 80%; 
    padding:0 0 0 1em;
    text-indent:-1em;
    margin: 0;
    line-height:1.5em;
}
p.small {
    font-size: 80%; 
    margin: 0;
    padding:0;
}

.caution {
    color: #f00; 
    font-weight : bold;
    padding-left : 10px;
    font-size : 15px;
    padding-top : 5px;
 }
.form-migi{  
  padding-top : 8pt;
  padding-left : 8pt;
  padding-right : 8pt;
  padding-bottom : 8pt;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
  background-color : #f0f0f0;
text-align: center;
}
.form-hidari{
  padding-top : 8pt;
  padding-left : 8pt;
  padding-right : 8pt;
  padding-bottom : 8pt;
  background-color : #f0f0f0;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : gray;
text-align: center;
 }
 a.pagelink  {
 	float: right;
	font-size: 80%; 
	background: url("../images/pagelink.gif") center left no-repeat;
	padding: 10px 10px 10px 20px;
}

/* :::::: work-list--制作一覧画像 :::::: */
.work{
    width: 900px;
}
.work-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 24px;
	margin: 0;
	padding: 0;
}

.work-list li a img {
	box-sizing: border-box;
	border: 1px solid #808080;
	border-radius: 8px;
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.work-list dt {
    letter-spacing :0.1em;
	margin-bottom: 20px;
}
.work-list figure {
	margin: 0;
	padding: 0;

}
.work-list figure:hover {
	opacity: 0.5 ;
}

