@charset "UTF-8";
/* CSS Document */

body {
font-family: '游明朝','Yu Mincho','Hiragino Mincho ProN','ヒラギノ明朝 ProN','ToppanBunkyuMinchoPr6N-Regular','凸版文久明朝 Pr6N レギュラー','Times New Roman','Avenir','ＭＳ Ｐ明朝',serif;
color: #000;/*#666*//*#000*/
}

h2{text-align:center;
}

.absolute{position:absolute;
right:50px;
top:50px;
color:#999
}/* インスタはabsoluteで配置した */


.footerinsta{
color:;
}/* インスタfooter用*/


.box{background-color:#FFF;
margin-bottom:80px;
}

.box2{background-color:#FFF;
margin-bottom:30px;
border:1px solid #FFF;
}/* ヘッダー用 */

.box3{margin-bottom:10px;
text-align:center;
position:relative;
}/* ヘッダー用 */


.box4{margin-bottom:70px;
}/* 自己紹介用 */


.box5{background-color:#FFF;
margin-bottom:30px;
}/* フォーム用 */

.box5 p{text-align:center;
}/* フォーム用 */


.box6{background-color:#FFF;
margin-top:30px;
border:1px solid #FFF;
text-align:center;
}/* フッター用 */

.box7{
	margin-bottom:80px;
}/* about・本文用 */

.box8{text-align:center;
margin-bottom:20px;
margin-top:10px;
}/* about・nav用 */

.box9{
margin-top:10px;
text-align:center;
margin-bottom:150px;
}/*  about・フッター用 */

.box10{
	margin-bottom:20px;
}/* about・本文用一番下のdiv */

.box11{
	margin-bottom:60px;
}/* about・写真のところのdiv */


.box12{margin-bottom:170px;
background-color:#FFF;
}/* specialのarticle */

.box13{
	margin-bottom:20px;
}/* special・各個別article用 */

.box13 footer p{
	text-align:center;
}/* special・各個別article/footer */


.box14{
	margin-bottom:170px;
    margin-top:170px;
    background-color:;
}/* works/special/contactの１番上 */



.aa{margin:0;
padding:0;
}

.bb{text-align:center;
}


figure {
  position: relative;
  overflow: hidden;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.1);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}
figure:hover figcaption {
  opacity: 1;
}

figcaption p{color:#FFF;
text-align:center;
}

figcaption h3{color:#FFF;
text-align:center;
}


.navbar{margin-bottom:50px;
}

.button{text-align:center;
}



/* フォームのファイル選択 */
.custom-file-input:lang(ja) ~ .custom-file-label::after {
  content: "参照";
}
     
.custom-file {
  overflow: hidden;
}
.custom-file-label {
  white-space: nowrap;
}


/* チェックボックス */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color:#ec6d71;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ec6d71;
  border-right: 3px solid #ec6d71;
}




/* フォーム */
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 13px 12px;
    color: #000;/*#666*/
    font-weight:normal;
    background:#FFF;
	border:1px solid #CCC;
    cursor :pointer;
    transition: all 0.5s;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f101';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    padding-right: 8px;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#EAE8E8;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px;
    background:#FFF;
    opacity: 1;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f103';
}


/*お問い合わせタグの色*/
.tag-color1{
	color:#c9171e;
}

.tag-color2{
	color:#c89932;
}

.tag-color3{
	color:#478384;
}

.tag-color4{
	color:#164a84;
}

.tag-color5{
	color:#7a4171;
}

.tag-color6{
	color:#bc64a4;
}

/*リストの高さをimgの高さと同じにした*/
nav li{
	height:50px;
}

/*リストの高さとa要素の高さを同じにすることでaの中央配置（高さ）を設定*/
nav li a{
	line-height:50px;
}

