@charset "utf-8";

/*全体の設定
---------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html,body {
	margin: 0; padding: 0;
	font-size: 13px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
	overflow-x: hidden;
}


body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #3e3e3e;
	background: #fff;
}

a{
  text-decoration-line: none;
	color: #3e3e3e;		/*全体の文字色*/
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}


.innerSS{
	width: 85%;
	margin: 0 auto;
	padding-bottom: 30px;

}



.col2 li{
	display: inline-block;
	width: 100%;
  	margin: 20px 0 20px 0;
}




/*table全般の設定*/
table {border-collapse:collapse;}


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



.box1 {
width: auto;
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 1px #FFF;
border-radius: 8px;
}
.box1 .box1-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;
padding: 0 9px;
line-height: 1;
font-size: 15px;
background: #FFF;
color: #333;
font-weight: bold;
}

.box1 p {
margin: 0; 
padding: 0;
}


h3 {   /*圧倒的に寒いの見出し*/
  font-size: 20px;
  padding: 0.25em 0.5em 0.5em 2.5em;/*上下 左右の余白*/
  color: #000000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #383c3c;/*左線*/
}

h4 {
  position: relative;

  padding: 0.6em;
  color: #ffffff;/*文字色*/
  background: #383c3c;

}

h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #383c3c;
  width: 0;
  height: 0;
}

h5 {
    margin-top:  -40px;             /* デフォルトCSS打ち消し */

    font-size:  16px;       /* 文字サイズ指定 */
    padding-bottom:  0px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
}
h5 p {
    margin-top:  -40px;             /* デフォルトCSS打ち消し */
    line-height: 2;         /* 行間調整 */
}
h5:before {
    margin-top:  -40px;             /* デフォルトCSS打ち消し */
    content:  '';           /* 空白の要素を作る */
    width: 85px;            /* 幅指定 */
    height: 2px;            /* 高さ指定 */
    background-color: #000; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    bottom: -6px;           /* 位置調整 */
}



h6 {
    margin-top:  -70px;             /* デフォルトCSS打ち消し */
    font-size:  12px;       /* 文字サイズ指定 */
    padding-bottom:  0px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
}


.btn--orange,
h8 {
  border-bottom: 1px solid #d3d3d3;
    font-size:  18px;       /* 文字サイズ指定 */
    width: 100px;            /* 幅指定 */
    margin-bottom:  35px;   /* 余白指定 */
}



.ribbon11-wrapper {  
  display: block;
  position: relative;/Users/k-macbookair/Downloads/gt007
  margin: 0 auto;
  padding: 30px 10px 10px 10px;/* 付箋中下のボード内の余白　上　右　した　左 */
  width: auto;
  background: #fafad2;
  border: 1px;
　border-top-color #383c3c;
}
.ribbon11 {
  display: inline-block;
  position: absolute;
  top: -10px;
  box-sizing: border-box;
  padding: 4px;/* 付箋中の余白　上　右　した　左 */
  margin: 0px 0px 0px -10px;   /* 付箋からの周りの余白　上　右　した　左 */

  font-size: 14px;
  color: white;
  background: #383c3c;
}
.ribbon11:before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;/* 付箋の影位置 */
  Top: 0;
  Left: calc(100%);
  border: none;
  Border-top: solid 10px transparent;/* 付箋の影 */
  Border-left: solid 10px #2b2b2b;/* 付箋の影 */
}


/*==================================================
ふわっ
===================================*/
/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeLeftTrigger{
    opacity: 0;
}



/*section
---------------------------------------------------------------------------*/
section {
	padding: 5%;
}





/*headerの設定
---------------------------------------------------------------------------*/
header {
  height: 60px;
  width: 100%;
  padding: 0px 15px;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  z-index: 10;
  display: flex;
}

.logo {
  font-size: 25px;
  padding: 0px 0px 0px 5px;
}

nav {
  margin: 0 0 0 auto;
}

ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}



.pc a {
  color:  rgba(34, 49, 52, 0.9);
  text-decoration: none;
  display: block;
  line-height: 60px;
  padding: 0 20px;
}

.sm {
  display: none;
}


/**********************************　
以下、ハンバーガーメニューの設定　
************************************/

@media (max-width: 900px) {

  .pc {
    display: none;
  }

  #hamburger {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    margin: 0 0 0 auto;
    height: 60px;
    width: 60px;
  }

  .icon span {
    position: absolute;       /*親要素である#hamburgerを基準に位置を指定*/
    left: 15px;               /*#hamburger内の左がら15pxに横線を配置（幅が60pxなので右からも15px）*/
    width: 30px;              /*横線の幅が30px*/
    height: 4px;              /*横線の高さが4px*/
    background-color: rgba(34, 49, 52, 0.9);  /*横線色*/
    border-radius: 8px;       /*横線の両端の角に丸みを持たせる*/
    transition: ease 0.75s;   /*変化の時間（easeは初期値）*/
  }

 .icon span:nth-of-type(1) {
    top: 16px;
  }
  .icon span:nth-of-type(2) {
    top: 28px;
  }
  .icon span:nth-of-type(3) {
      bottom: 16px;
  }


 .close span:nth-of-type(1) {
    transform: rotate(45deg); /*反時計回りに45度回転*/
    top: 28px;
  }
  .close span:nth-of-type(2) {
    opacity: 0;
  }
  .close span:nth-of-type(3) {
      transform: rotate(-45deg); /*時計回りに45度回転*/
      top: 28px;
  }

.sm {
  top: 60px;  /*headerの余白分*/
  left: 0px;  /*headerの余白分　ヘッダーには左右に15px余白があるので、headerの子要素となる.smは15px分内側に設置されます。その余白を埋めるために左に寄せる。*/
  position: absolute; /*絶対配置　top　leftからの位置を絶対配置する*/
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

ul {
  flex-direction: column;	/*ulのflexboxを縦並びにする*/  
}
.sm ul {
  display: flex;
  list-style: none;
  padding: 10px;
  margin: 10px;
	line-height: 5;		/*行間*/
 font-size: 17px;
  text-align: center;	/*メニューリストの文字を中央寄せ*/


}

.sm a {
  text-align: center;	/*メニューリストの文字を中央寄せ*/
  border-top: solid 0.5px rgba(255, 255, 255, 0.9);	/*リストの境目に白線 */
}
}




/*「top絵」ブロック
---------------------------------------------------------------------------*/

#header2{
	position: relative;
    overflow:hidden;
    width:100%;
    height:528px;
    margin: 0 auto;
}

#header2 img{
    position:absolute;
  top: 60px;
    width:1280px;
    height:528px;
    margin-left: -105%;
}

#header6{
	position: relative;
    overflow:hidden;
    width:100%;
    height:285px;
    margin: 0 auto;
}

#header6 img{
    position:absolute;
  top: 60px;
    width:1280px;
    height:285px;
    margin-left: -105%;
}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}






/*mainブロック
---------------------------------------------------------------------------*/
/*h2タグ*/
main h2 {
	font-family: 'Cinzel', serif;	/*GoogleFontsの指定*/
	font-weight: normal;	/*太さを標準に*/
	font-size: 2em;			/*文字サイズを２倍に*/
	letter-spacing: 1em;	/*文字間隔を広くとる*/
	text-indent: 1em;		/*上の行のletter-spacingと同じ値をセットする*/
	text-align: center;
	margin-top: 0px;
}

/*h2タグ内のspanタグ。小文字部分。*/
main h2 span {
	display: block;
	font-size: 0.5em;		/*文字サイズを親要素の半分に*/
	letter-spacing: 0.5em;	/*文字間隔の上書き*/
	text-indent: 0.5em;		/*上の行のletter-spacingと同じ値をセットする*/
}

/*h3タグ*/
main h3 {
	font-weight: normal;	/*太さを標準に*/
	font-size: 1.5em;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる*/
}



/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
/*お知らせブロック*/
#new {

	display: flex;		/*flexボックスを使う指定*/
	flex-wrap: wrap;	/*折り返す指定*/
	padding: 0 5%;	/*上下、左右へのボックス内の余白*/

}

/*日付(dt)、記事(dd)共通設定*/
#new dt,
#new dd {

	padding: 5px 0;		/*上下、左右へのボックス内の余白*/
}

/*日付(dt)設定*/
#new dt {
	width: 6em;	/*幅。8文字(em)分。※下の「900px以上」の端末用の設定に再設定があります。*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: none;	/*小さな端末では非表示にしておく。*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(90% - 8em);	/*「8em」は上の「#new dt」のwidthの値です。※下の「900px以上」の端末用の設定に再設定があります。*/
}



/* ABOUT ME
------------------------------------------------------------*/
#sec04{
	/*background: #769164;	背景色*/
        background: linear-gradient(-225deg, #363134 0%, #00a497 100%);
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;

}

/*==================================================
ふわっ
===================================*/
/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeLeftTrigger{
    opacity: 0;
}



h7 {
  color: #769164;
  /* ↑見出し色　リンク色と同じになります ※ */
  font-family: "Kosugi Maru", sans-serif;
  font-size: 140%;

}

.center {
  text-align: center;
   color:  #363134;
  padding: 10px;
  margin-top: -50px;

}

.header3 {
  background-color: #ffffff;
  background-image: url(img/header.png);
  /* ↑ヘッダー画像 ※ */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 331px;
  height: 150px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 10px 10px 0px 0px;
}


.header3 img.icon {
  display: block;
  margin: auto;
  height: 125px;
  width: 125px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;
}


　/* //プロフィール */

.ai ul2 {
    list-style: none;
  display: flex;
  justify-content: center;
}




/* SEC03  gallery  https://knowledge-blog.net/articles/9　詳しくはこのサイト
--------------------------------------------*/


#sec03 {
        background-color: #f0f0f0;
	width: 100%;
	margin-bottom: 30px;

}

.sec03 {
	width: 100%;
        margin: 0 auto;
        background-color: #f0f0f0;
	margin-bottom: 0px;
}


#sec033 {
        background-color: #fff;
	width: 100%;
	margin-bottom: 30px;

}

.sec033 {
	width: 100%;
        margin: 0 auto;
        background-color: #fff;
	margin-bottom: 0px;
}


.content-box {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 1080px;
  /* border: 1px solid black; */
  min-height: 600px;
}
.content-box2 {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 1200px;
  /* border: 1px solid black; */
  min-height: 600px;
}

/* 記事全ての枠の設定 */
.container-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 50px auto 0 auto;
}

.article-item2 {
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
  /* 記事アイテムの一つの大きさ */
  width: 30%;
  height: 22.5%;
  margin-bottom: 30px;
}

.article-item {
  border: 1px solid black;
  /* 記事アイテムの一つの大きさ */
  width: 30%;
  height: 22.5%;
  margin-bottom: 30px;
}

.article-item img  {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.article-item2 img  {
  /* 画像は親要素に対して100%にする */
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 100%;
  margin-top: 0px;
}

.article-item p {
  padding: 0px 5px;
}

.article-item2 p {
  padding: 0px 5px;
}


.article-item p2 {
  padding: 5px 5px;
}

.hidden-item {
  visibility:hidden;
}

@media screen and (max-width: 920px) {
  /* 記事アイテムを大きくして二列にする */
  .article-item {
    width: 45%;
  }
  .article-item p {
    padding-bottom: 5px;
  }
.article-item2 {
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
  /* 記事アイテムの一つの大きさ */
  width: 45%;
  height: 22.5%;
  margin-bottom: 0px;
}

.article-item p {
  padding: 0px 5px;
}



.article-item2 p {
  padding: 0px 5px;
}

}

@media screen and (max-width: 620px) {
.sec03 {
	width: 100%;
        margin: 0 auto;
        background-color: #f0f0f0;
	margin-bottom: 0px;
}
  /* 記事アイテムを大きくして二列にする */
  .article-item {
    width: 48%;
  background-color: #fff;
    /* margin-bottom: -100px; */
  }
.section {
  margin-top: 10px;
	width: 100%;
  }
.article-item2 {
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
  /* 記事アイテムの一つの大きさ */
  width: 45%;
  height: 22.5%;
  margin-bottom: 30px;
}
.article-item p {

  padding: 0px 5px;
  margin: 0px 0px;
}

.innerSS{
	width: 95%;
	margin: 0 auto;
	padding-bottom: 30px;

}

}


@media screen and (max-width:414px) {

.sec03 {
	width: 100%;
        margin: 0 auto;
        background-color: #f0f0f0;
	margin-bottom: 0px;
}




}


/* blog 
------------------------------------------------------------*/
@media screen and (max-width: 620px) {


.innerSS{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}





}




/* CONTACT メールフォーム
------------------------------------------------------------*/
/* SEC04 contact　　　   #e7e7eb;  /*ボタンの色*/  #d3ccd6;　/*ボタンの文字色*/.,
------------------------------------------------------------*/
.vision2{
	width: 100%;
	margin: 0 auto;
	padding-bottom: 30px;
}

.otoi{
  display: flex;
  justify-content: center;
}


.Form {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 5px;
  max-width: 425px; /*枠の横幅*/
  }
}
.Form-Item {

  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 1px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;

  max-width: 248px;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 13px;
    margin-top: -5px;/* 高さバランス調整 */


  }
}
.Form-Item-Label.isMsg {
    margin-top: 10px;
  margin-bottom: auto;

}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;

  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
    margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background:  #e7e7eb;
  color: #a58f86;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 0px;/* 元は4 */
    padding-bottom: 0px;/* 元は4 */

    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #e7e7eb;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: -15px;/* 元は10 */
    height: 40px;
    width: 90%;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
    margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #e7e7eb;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: -2px;/* 元は10 */
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #d3ccd6;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    margin-bottom: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 13px;
  }
}



/* SEC00 カテゴリー
------------------------------------------------------------*/
.inner3 a {
    width: auto;
display: block;
position: relative;
padding: 10px 25px 10px 10px;
border-bottom: 1px solid #000;
color: #000;
font-size: 14px;
font-weight: bolder;　/* 相対的に一段階太く */
text-decoration: none;
}

.inner3 a:after {

display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #000;
border-right: solid 2px #000;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.inner3 ul5{
  margin:0;
  padding: 0;
  list-style: none;
}

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 0px;
  height: 2.3em;
    width: 300px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}





/* フッター <<https://www.naaavi.com/footer-design-sample/>>
------------------------------------------------------------*/
.footer02 {
 color: #808080;
 background: #e5e5e5;
 text-align: center;

}
.footer02 a {
 color: #808080;
 text-decoration: none;
}
.footer02 a:hover {
 text-decoration: underline;
}
.footer02 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer02 .menu li7 {
 margin: 0;
 padding: 0 20px;
}
.footer02 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}
.copyright {
 margin: 0 auto;  /* 余白を左右均等に分ける＝要素が真ん中に */
display: block;
text-align: center;
 padding-bottom: 10px;
}


/* blogシャドウ 設定 <<ジェネレーターhttps://front-end-tools.com/generateboxshadow/>>
------------------------------------------------------------*/

.original-box-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #ffffff;
  font-size: 15px;
  width: 100%;
  height: aout;
  border-radius: 5px;
 padding: 15px 35px 15px 35px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}






/*---------------------------------------------------------------------------
ここから下は画面幅1000px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1000px) {



/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 15px;	/*基準となるフォントサイズの上書き*/
}

.logo {
  font-size: 25px;
  padding: 0px 0px 0px 50px;
}

.box1 {
width: auto;
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 1px #FFF;
border-radius: 8px;
}
.box1 .box1-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;

padding: 10px 0px;
line-height: 1;
font-size: 15px;
background: #FFF;
color: #333;
font-weight: bold;
}

.box1 p {
margin: 0; 
padding: 0;
}


h3 {   /*圧倒的に寒いの見出し*/
  font-size: 20px;
  padding: 0.25em 0.5em 0.5em 2.5em;/*上下 左右の余白*/
  color: #000000;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #383c3c;/*左線*/
}

h4 {
  position: relative;

  padding: 0.6em;
  color: #ffffff;/*文字色*/
  background: #383c3c;

}

h4:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #383c3c;
  width: 0;
  height: 0;
}

h5 {
    margin-top:  -40px;             /* デフォルトCSS打ち消し */

    font-size:  16px;       /* 文字サイズ指定 */
    padding-bottom:  0px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
}
h5 p {
    margin-top:  -40px;             /* デフォルトCSS打ち消し */
    line-height: 2;         /* 行間調整 */
}
h5:before {
    margin-top:  -40px;             /* デフォルトCSS打ち消し */
    content:  '';           /* 空白の要素を作る */
    width: 85px;            /* 幅指定 */
    height: 2px;            /* 高さ指定 */
    background-color: #000; /* 背景色指定 */
    display:  block;        /* ブロック要素にする */
    position:  absolute;    /* 位置調整 */
    left:  0;               /* 位置調整 */
    bottom: -6px;           /* 位置調整 */
}



h6 {
    margin-top:  -70px;             /* デフォルトCSS打ち消し */
    font-size:  12px;       /* 文字サイズ指定 */
    padding-bottom:  0px;   /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    position:  relative;    /* 位置調整 */
    font-weight:  normal;   /* 文字の太さ調整 */
}


.btn--orange,
h8 {
  border-bottom: 1px solid #d3d3d3;
    font-size:  18px;       /* 文字サイズ指定 */
    width: 100px;            /* 幅指定 */
    margin-bottom:  35px;   /* 余白指定 */
}



.ribbon11-wrapper {  
  display: block;
  position: relative;/Users/k-macbookair/Downloads/gt007
  margin: 0 auto;
  padding: 30px 10px 10px 10px;/* 付箋中下のボード内の余白　上　右　した　左 */
  width: auto;
  background: #fafad2;
  border: 1px;
　border-top-color #383c3c;
}
.ribbon11 {
  display: inline-block;
  position: absolute;
  top: -10px;
  box-sizing: border-box;
  padding: 4px;/* 付箋中の余白　上　右　した　左 */
  margin: 0px 0px 0px -10px;   /* 付箋からの周りの余白　上　右　した　左 */

  font-size: 14px;
  color: white;
  background: #383c3c;
}
.ribbon11:before {
  position: absolute;
  content: '';
  top: 100%;
  right: 0;/* 付箋の影位置 */
  Top: 0;
  Left: calc(100%);
  border: none;
  Border-top: solid 10px transparent;/* 付箋の影 */
  Border-left: solid 10px #2b2b2b;/* 付箋の影 */
}



/*「お知らせ」ブロック
---------------------------------------------------------------------------*/
#about{
	width: 65%;
	margin: 0 auto;
	padding-bottom: 50px;

}

/*日付(dt)設定*/
#new dt {
	width: 14em;	/*幅。14文字(em)分。*/
	display: flex;	/*flexボックスを使う指定*/
	justify-content: space-between;	/*日付とアイコンをそれぞれ端に寄せる*/
}

/*日付の横のマーク（共通設定）*/
#new dt span {
	display: inline-block;	/*表示させる*/
	width: 6em;				/*幅。6文字(em)分。*/
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 0.8em;		/*文字サイズを80%に。*/
	text-align: center;		/*文字をセンタリング*/
	margin-right: 1em;		/*アイコンの右側に空けるスペース*/
	align-self: flex-start;	/*高さを間延びさせない指定*/
	line-height: 1.8;		/*行間を少し狭く*/
	position: relative;top: 0.4em;	/*上下の配置バランスの微調整*/
}

/*bg1設定。サンプルテンプレートでは「サービス」と書いてあるマーク*/
#new dt span.icon-bg1 {
	background: #f48e83;	/*背景色*/
}

/*記事(dd)設定*/
#new dd {
	width: calc(90% - 14em);	/*「14em」は上の「#new dt」のwidthの値です。*/
}



/*「top絵」ブロック
---------------------------------------------------------------------------*/

#header2{
	position: relative;
    overflow:hidden;
    width:100%;
    height:568px;
}

#header2 img{
    position:absolute;
    left:50%;
    width:1280px;
    height:568px;
    margin-left:-640px;
}


#header6{
	position: relative;
    overflow:hidden;
    width:100%;
    height:285px;
    margin: 0 auto;
}

#header6 img{
    position:absolute;
  top: 60px;
    width:1280px;
    height:285px;
    margin: 0 auto;

}

#slogan{
	position: absolute;
  top: 50%;
	width: 100%;
	-webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
	color: #fff;
	line-height: 1.2;
	text-align: center;
}

#slogan h1{
	font-size: 40px;
	font-family: 'Pacifico', cursive;
	margin-bottom: 20px;
	font-weight:normal;
}

#slogan h2{
	font-size: 20px;
	font-weight:normal;
}




/* ABOUTME
------------------------------------------------------------*/
#sec04{
	/*background: #769164;	背景色*/
        background: linear-gradient(-225deg, #363134 0%, #00a497 100%);
	background-size: cover;
	-webkit-background-size: cover;
	color: #fff;

}

li2 {
  padding: 0 30px;
  margin: 0;

}

.inner2{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 20px;

}

　/* プロフィール */

container2{

}

h7 {
  color: #769164;
  /* ↑見出し色　リンク色と同じになります ※ */
  font-family: "Kosugi Maru", sans-serif;
  font-size: 140%;
  margin-top: -50px;
}

.center {
    height: 290px;
  text-align: center;
   color:  #363134;
  padding: 10px;  /* 文字周りの左右余白 */
  margin-top: -50px;
  margin-bottom: -120px; /* 文字周りの下の余白 */
}

.header3 {
  background-color: #ffffff;
  background-image: url(img/header.png);
  /* ↑ヘッダー画像 ※ */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 331px;
  height: 190px;  /* カードの縦長さ */
  position: relative;
  text-align: center;
  margin-bottom: 15px;

}


.header3 img.icon {
  display: block;
  margin: auto;
  height: 150px;
  width: 150px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 1;

}


#mainvisual {
  margin-bottom: 0px;
}
#mainvisual img {
  width: 100%;
  border-radius: 50%;
  max-width: 100px;
  height: 100px;
  object-fit: cover;
}

.ai li2{
    list-style: none;
  display: flex;
  margin: -20px -20px 0px -20px; /* アイコンの余白 */
  }



　/* //プロフィール */

/* ボックス囲い
------------------------------------------------------------*/

.box1 {
width: auto;
position: relative;
margin: 2em 0;
padding: 0.5em 1em;
border: solid 1px #FFF;
border-radius: 8px;
}
.box1 .box1-title {
position: absolute;
display: inline-block;
top: -13px;
left: 10px;

.box1 padding: 10px 10px;
line-height: 1;
font-size: 15px;
background: #FFF;
border-radius: 10px;
color: #333;
font-weight: bold;
}

.box1 p {
margin: 0; 
padding: 0;
}





/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding: 0 !important;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03  gallery  https://knowledge-blog.net/articles/9　詳しくはこのサイト
--------------------------------------------*/

#sec03 {
        background-color: #f0f0f0;

}

.sec03 {
	width: 80%;
        margin: 0 auto;
        background-color: #f0f0f0;
	margin-bottom: 30px;
}

#sec033 {
        background-color: #fff;
	width: 100%;
	margin-bottom: 30px;

}

.sec033 {
	width: 100%;
        margin: 0 auto;
        background-color: #fff;
	margin-bottom: 0px;
}


.content-box {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 1080px;
  /* border: 1px solid black; */
  min-height: 600px;
}

.content-box2 {
  margin: 0 auto;
  /* 外枠の大きさ */
  max-width: 1200px;
  /* border: 1px solid black; */
  min-height: 600px;
}

/* 記事全ての枠の設定 */
.container-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  /* 記事折り返し設定 */
  margin: 70px auto 0 auto;
}

.article-item2 {
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
  /* 記事アイテムの一つの大きさ */
  width: 30%;
  height: 22.5%;
  margin-bottom: 30px;
}

.article-item {
  border: 1px solid black;
  /* 記事アイテムの一つの大きさ */
  width: 30%;
  height: 22.5%;
  margin-bottom: 30px;

}

.article-inside  {
  padding: 0px;
  margin: 0px;
  background: #fff;
}



.article-item article-inside img  {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
  margin-top: 0px 0px;
}

.article-inside2  {
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  background: #fff;
}

.article-item article-inside2 img  {
  /* 画像は親要素に対して100%にする */
  width: 100%;
  height: 100%;
  margin-top: 0px 0px;
}

.article-item2 img  {
  /* 画像は親要素に対して100%にする */
  border-radius: 5px 5px 0 0;
  width: 100%;
  height: 100%;
  margin: 0px;
}

.article-item p {
  margin-top: -15px;
  margin-bottom: 0px;
  padding: 5px 10px;

}

.article-item2 p {
  margin: 0px 0px 0px 0px;
  padding: 0px 5px;

}

.article-item p2 {
  padding: 0px 5px;
}

.hidden-item {
  visibility:hidden;
}

@media screen and (max-width: 920px) {
  /* 記事アイテムを大きくして二列にする */
  .article-item {
    width: 45%;
  }
  .article-item p {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.article-item2 {
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
  /* 記事アイテムの一つの大きさ */
  width: 45%;
  height: 22.5%;
  margin-bottom: 30px;
}
}

@media screen and (max-width: 620px) {
  /* 記事アイテムを大きくして二列にする */
  .article-item {
    width: 45%;
    /* margin-bottom: -100px; */
  }
  .section {
  margin-top: 10px;
  }
.article-item2 {
  border-radius: 5px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
  /* 記事アイテムの一つの大きさ */
  width: 45%;
  height: 22.5%;
  margin-bottom: 30px;
}
}


@media screen and (max-width:414px) {

}



/* CONTACT メールフォーム
------------------------------------------------------------*/
/* SEC04 contact　　　   #e7e7eb;  /*ボタンの色*/  #d3ccd6;　/*ボタンの文字色*/.,
------------------------------------------------------------*/
.vision2{
	width: 85%;
	margin: 0 auto;
	padding-bottom: 80px;
}



.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 5px;
  max-width: 325px; /*枠の横幅*/
  }
}
.Form-Item {

  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 1px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;

  max-width: 248px;
  letter-spacing: 0.01em;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 13px;



  }
}
.Form-Item-Label.isMsg {
    margin-top: 10px;
  margin-bottom: auto;

}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;

  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
    margin-top: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background:  #e7e7eb;
  color: #a58f86;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;

    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #e7e7eb;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 10px;
    height: 40px;
    width: 90%;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
    margin-top: 10px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #e7e7eb;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 10px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #d3ccd6;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    margin-bottom: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 13px;
  }
}



/*==================================================
２カラム
===================================*/
.container {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 40px 80px 40px;
 max-width:1120px;
  margin:0 auto;
}
.column--l,
.column--r {
  width: 100%;
  margin:0 auto;
}





@media (min-width: 1024px) {
  .column--l {
    width: 800px;
	background: #ffffff;/* #eee*/

  }
  .column--r {
    width: 300px;
	background: #ffffff;/*#e6e6fa */

  }
}



@media (max-width: 599px) {
  .column--l {
    width: 100%;
	background: #ffffff;/* #eee */
     margin-top:5px;

  }
  .column--r {
    width: 100%;
	background: #ffffff;/* #e6e6fa */
     margin-top:5px;
  }
}


/* SEC00 カテゴリー
------------------------------------------------------------*/
.inner3 a {
    width: auto;
display: block;
position: relative;
padding: 10px 25px 10px 10px;
border-bottom: 1px solid #000;
color: #000;
font-size: 14px;
font-weight: bolder;　/* 相対的に一段階太く */
text-decoration: none;
}

.inner3 a:after {

display: block;
content: "";
position: absolute;
top: 50%;
right: 10px;
width: 6px;
height: 6px;
margin: -4px 0 0 0;
border-top: solid 2px #000;
border-right: solid 2px #000;
-webkit-transform: rotate(45deg);
        transform: rotate(45deg);
}

.inner3 ul5{
  margin:0;
  padding: 0;
  list-style: none;
}

.search_container{
  box-sizing: border-box;
  position: relative;
  border: 1px solid #999;
  padding: 3px 10px;
  border-radius: 0px;
  height: 2.3em;
    width: 300px;
  overflow: hidden;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 1.3em;
  border: none;
  background: none;
  color: #3879D9;
  position: absolute;
  width: 2.5em;
  height: 2.5em;
  right: 0;
  top: -10px;
  outline : none;
}





/* フッター <<https://www.naaavi.com/footer-design-sample/>>
------------------------------------------------------------*/
.footer02 {
 color: #808080;
 background: #e5e5e5;
 text-align: center;

}
.footer02 a {
 color: #808080;
 text-decoration: none;
}
.footer02 a:hover {
 text-decoration: underline;
}
.footer02 .menu {
 margin: 0;
 padding: 0;
 list-style: none;
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
}
.footer02 .menu li7 {
 margin: 0;
 padding: 0 20px;
}
.footer02 .copyright {
 margin: 0;
 padding: 20px 0 0 0;
}
.copyright {
 margin: 0 auto;  /* 余白を左右均等に分ける＝要素が真ん中に */
display: block;
text-align: center;
 padding-bottom: 10px;
}



/* blogシャドウ 設定 <<ジェネレーターhttps://front-end-tools.com/generateboxshadow/>>
------------------------------------------------------------*/

.original-box-shadow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  background-color: #ffffff;
  font-size: 15px;
  width: 100%;
  height: aout;
  border-radius: 5px;
 padding: 15px 35px 15px 35px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.35);
}



}


