/*reset*/

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, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}


/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000;
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* reset */

html {
  color: #303030;
  font-size: 14px;
  scroll-behavior: smooth;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media (min-width: 1024px) {
  html {
    font-size: 1rem;
  }
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  opacity: .5;
  border: solid 2px #303030;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #303030;
  border-right: 3px solid #303030;
  transform: translateY(20%) rotate(-45deg);
}

a:link { color: #d3d3d3; }
a:hover { color: #ccc }
a:active { color: #d3d3d3; }

.header {
  width: 100%;
  height: 60px;
  display: flex;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  background:#000;
  color:#fff;
  text-align: left;
  top: 0;
  left: 0;
  z-index: 10000;
}

.navbar-brand { 
  padding:10px 0 10px 10px;
  margin:0 0 0 auto;
}

.h-link a{
  color:#d3d3d3;
}

.h-link a:hover{
  color:#fff;
}

.h-link a:active{
  color:#d3d3d3;
}



#container {
  padding-top: 80px;
}

nav ul{
  list-style: none;
  display: flex;
  justify-content: left;
}

nav ul li a{
  display: block;
  text-decoration: none;
  color: #d3d3d3;
  padding:10px;
}

nav ul li.current a,
nav ul li a:hover{
  color:#fff; 
}

.navarea{
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.topimg{
  width: 100%;
  margin-top: 60px;
  top: 0;
  left: 0;
  z-index: 10000;
}

.h1 {
  font-size: 1.125rem;
  margin-top: 2.5rem;
  text-align: center;
}

.h2 {
  font-size: 2.25rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.h3 {
  font-size: 1.25rem;
  text-align: center;
}

.info{
  text-align: center;
  margin-top: 90px;
}

.talk{
  text-align: center;
  margin: 90px 20px 1.5em 20px;
  line-height: 32px;
  font-family: "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
}

.talk a{
  color:#858585;
}

.talk a:hover{
  color:#ccc;
}

.talk a:active{
  color:#858585;
}

.works{
  padding-bottom: 40px;
  background: #fff;
  text-align: center;
}

.work1{
  margin:  0;
  padding:  0;
}

.work2 img{
  width: 260px;
}

ul {
  margin-top: 0;
  display: flex;
  justify-content: center;
}

.li1 {
  width: 190px;
  list-style:none;
}

.li2 {
  width: 190px;
  list-style:none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

/*確認を促すモーダル：タイトルの色を変更したい場合*/
#modaal-title{
  font-size:1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper{
  padding:0;
}

.profile{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background: #eee;
}

.textarea2 a{
  color: #303030;
}

.textarea2 a:hover{
  color:#bbb;
}

.event{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  background: #eee;
}


.caption{
  width: 780px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
}

.guest {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  text-align: center;
}

.guest2 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  width: 780px;
  text-align: left;
}

.guest3 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  width: 450px;
  text-align: left;
  background-color: ccc;
}

.guest4 {
  margin-left: 0;
  margin-right: 0;
  width: 300px;
  text-align: left;
  background-color: ccc;
}

.guest a{
  color: #303030;
}

.guest a:hover{
  color:#bbb;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  width: 780;
  margin-right: 0px;
  margin-left: 0px
}

.menu {
  margin-top: 90px;
  margin-bottom: 90px;
  width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  text-align: center;
  background-color: #eee;
  font-family: "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
}

.menu2 {
  margin-top: 8px;
  margin-bottom: 8px;
  width: 210px;
  margin-left: auto;
  margin-right: auto;
  line-height: 32px;
  text-align: left;
  background-color: #eee;
}

.menu2 a{
  color: #303030;
}

.menu2 a:hover{
  color:#bbb;
}

.access{
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left;
  background: #fff;
}

.access a{
  color: #303030;
}

.access a:hover{
  color:#bbb;
}

.textarea{
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.textarea2{
  width: 710px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.textarea3{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.textarea4{
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.textarea5{
  width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.imgtop{
  width: 780px;
}


.img{
  width: 710px;
}

.img2{
  width: 780px;
}

.img3{
  width: 320px;
}

.img4{
  width: 400px;
}

.footer{
  width: 100%;
  height: 40px;
  font-size: 12px;
  padding-top: 20px;
  background: #000;
  color:#fff;
  text-align: center;
}
