/**
 * @lastmodified 2020/9/22/7:08:20 pm
**/
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Alex+Brush&display=swap");
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: 'MyFontFamily';
  src: url("../img/font/COM4tFine.eot?#iefix") format("embedded-opentype"), url("../img/font/COM4tFine.woff") format("woff"), url("../img/font/COM4tFine.ttf") format("truetype");
}

/* 無限ループアニメーション */
@-webkit-keyframes left_to_right {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0, 1, 0);
            transform: translate3d(0, 0, 0) scale3d(0, 1, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 0);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0, 1, 0);
            transform: translate3d(100%, 0, 0) scale3d(0, 1, 0);
  }
}
@keyframes left_to_right {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0, 1, 0);
            transform: translate3d(0, 0, 0) scale3d(0, 1, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 0);
            transform: translate3d(0, 0, 0) scale3d(1, 1, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) scale3d(0, 1, 0);
            transform: translate3d(100%, 0, 0) scale3d(0, 1, 0);
  }
}

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;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="button"],
input[type="submit"],
textarea {
  border-radius: 0;
  -webkit-appearance: none;
}

select {
  border-radius: 0;
}

a,
input,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------
  common
----------------------*/
a {
  color: #8a8a8a;
  text-decoration: none;
}

a:hover {
  color: #8a8a8a;
  text-decoration: none;
}

.list-mark {
  text-indent: -1em;
  padding: 0 0 0 1em;
  overflow: hidden;
}

.tar {
  text-align: right !important;
}

.scinfo{
font-size: 13px;
}

body {
  position: relative;
  color: #333333;
  background: #fff;
  line-height: 1.6;
  color: #252525;
  font-size: 15px;
  letter-spacing: 0.14em;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:link, a:visited {
  color: #333333;
}

a:hover {
  color: #333333;
  text-decoration: underline;
}

.redb{
  color: #9e0000;
  font-weight: bold;
}

.infobar {
text-align: center;
}

.infobar img{

  margin: 35px auto 20px ;
}
.inforedlarge{
  margin-top: 25px;
  font-size: 120%;
  color: #9e0000;

}

/*navi*/

.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition   : 0.5s ease-in-out;
  transition        : 0.5s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  background : #fff;
  -webkit-transform: rotate(315deg);
  -moz-transform   : rotate(315deg);
  transform        : rotate(315deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background : #fff;
  -webkit-transform: rotate(-315deg);
  -moz-transform   : rotate(-315deg);
  transform        : rotate(-315deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : -100;
  top  : 0;
  left : 0;
  color: #fff;
  background: rgba(0,0,0,0.9);
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity .6s ease, visibility .6s ease;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
  background :#ddd;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp.active {
  z-index: 2;
  opacity: 100;

}

/*見出し*/

.title-header {
  text-align: center;
  margin-bottom: 30px
}
.title-header::after {
  content: "";
  background: #ccc;
  width: 60px;
  height: 1px;
  display: block;
  margin: 15px auto 0px
}
.title-header img {
  width: 200px;
}

/*追加分*/
.ba-dot-black {
    border: 1px dotted #000;
    margin: 80px auto 40px;
}
.d-b {
    display: block;
}

.text-c {
    text-align: center;
}


.pb30 {
    padding-bottom: 30px;
}
.mt-10 {
    margin-top: -20px;
}

.md-bt {
    background-color: #000;
    padding: 10px;
}

.text-w {
    color: #fff !important;
}

.br-ad {
    border-radius: 9999px;
}
.d-ib {
    display: inline-block;
}

.pr20 {
    padding-right: 20px;
}

.mt30 {
    margin-top: 30px;
}
/*----------------------
  common
----------------------*/
@media print, screen and (min-width: 768px) {
  header {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #ccc;
  }
  header .headerInner {
    width: 90%;
    margin: 25px auto 10px;
    position: relative;
  }
  #contents {
    width: 1000px;
    margin: 0 auto;
  }
  .contentsInner {
    width: 760px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .thumb_list {
    width: 100%;
    height: auto;
    background: url(../img/loader.gif) no-repeat center center;
    display: none;
  }
  .award-wrap {
    text-align: center;
    margin: 25px;
  }

  section#gallery_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }

  section#gallery_list ul li {
    width: 300px;
    margin-bottom: 50px;
  }

  section#gallery_list ul li img {
    width: 300px;
  }
  section#gallery_list ul li.listlarge {
    width: 650px;
    margin-bottom: 50px;
  }

  section#gallery_list ul li.listlarge img {
    width: 650px;
  }

  section#award_list_gold, section#award_list_gold_w, section#award_list_gold_one {
    width: 656px;
    margin: 0 auto 40px;
  }
  section#award_list_gold h2, section#award_list_gold_w h2, section#award_list_gold_one h2, section#award_list_gold_one_w h2 {
    margin: 40px 0 60px;
    text-align: center;
  }
  section#award_list_gold ul, section#award_list_gold_w ul {
    text-align: center;
    background: url(../img/crown01.gif) no-repeat 285px top;
    overflow: hidden;
    zoom: 1;
    margin-right: -40px;
    padding: 90px 5px 5px;
  }
  section#award_list_gold_one ul {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/crown01.gif);
    overflow: hidden;
    zoom: 1;
    padding: 90px 5px 5px;
    width: 220px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
  section#award_list_gold_one_w ul {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/crown01.gif);
    overflow: hidden;
    zoom: 1;
    padding: 90px 5px 5px;
    width: 303px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
  section#award_list_gold li {
    width: 220px;
    float: left;
    text-align: center;
    margin-right: 25px;
  }
  section#award_list_gold li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
  }
  section#award_list_gold li p.title {
    text-align: center;
    font-size: 90%;
  }
  section#award_list_gold_w li {
    width: 303px;
    float: left;
    text-align: center;
    margin-right: 25px;
  }
  section#award_list_gold_w li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
  }
  section#award_list_gold_w li p.title {
    text-align: center;
    font-size: 90%;

  }
  section#award_list_gold_one li {
    width: 220px;
    cursor: pointer;
  }
  section#award_list_gold_one li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
    opacity: 0;
  }
  section#award_list_gold_one li p img.loaded {
    opacity: 1;
  }
  section#award_list_gold_one li p.title {
    text-align: center;
    font-size: 90%;

  }
  section#award_list {
    margin-bottom: 60px;
  }

 {
    margin-bottom: 60px;
  }
  section#award_list h2.titlehead {
      margin: 0;
      padding-left: .1em;
      font-family: "EB Garamond", serif;
      font-size: 3.2rem;
      font-weight: 400;
      letter-spacing: .1em;
      text-align: center;
      position: relative;
  }
section#award_list h2.titlehead::after {
    content: "";
    margin: 0 auto;
    height: 40px;
    width: 1px;
    background: #000;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
}

  section#award_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: space-between;
  }
  section#award_list li {
    width: 220px;
    margin-right: 25px;
    padding-top: 90px;
    margin-bottom: 40px;
  }
  section#award_list li:nth-child(4n) {
    margin-right: 0px;
  }
  section#award_list li a {
    display: block;
  }
  section#award_list li a:hover {
    text-decoration: none;
  }
  section#award_list li.crown02 {
    background: url(../img/crown02.gif) no-repeat center top;
  }
  section#award_list li.crown03 {
    background: url(../img/crown03.gif) no-repeat center 18px;
  }

  section#award_list li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
    opacity: 0;
    max-width: 220px;
  }
  section#award_list li p img.loaded {
    opacity: 1;
  }
  section#award_list li p a:link img {
    /* box-shadow */
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  section#award_list li p.work-title {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-size: 85%;

  }

section#award_list li p.work-title::after {
    content: "";
    background: #ccc;
    width: 60px;
    height: 1px;
    display: block;
    margin: 15px auto;
}
  section#award_list_gold li p a:link img {
    /* box-shadow */
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  section#award_list li a:hover img, section#award_list_gold li a:hover img {
    /* box-shadow */
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }
  section#award_list li p.entryno,section#award_list li p.title,  section#award_list li p.salon {
    text-align: center;
    font-size: 90%;

  }

section#award_list li p.title::after {
  content :"::" ;
      display : block ;
      text-align : center ;
  }

  /*modal*/
  .modal {
    display: none;
  }
  .modalBody {
    padding-top: 0px;
    width: 800px;
    height: auto;
    margin: 0 auto;
    z-index: 2000;
    position: relative;
  }
  .modalBodyOuter {
    padding-top: 20px;
    width: 100%;
    height: auto;
    z-index: 1100;
    position: relative;
  }
  .modalBK {
    position: absolute;
    z-index: 100;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
  /*.modalBK{position: fixed; z-index:1050; height:100%; width:100%; top:0; left:0; }
*/
  /*.btns{font-size: 80px; width:150px; background:#111; height: 150px; line-height:150px; text-align:center; font-family: arial; color: #fff; float: left; margin:10px; cursor: pointer}
*/
  .close {
    cursor: pointer;
  }
  .modal {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    background: url(../img/modal_bg.png) repeat left top;
    z-index: 10;
  }
  .modal p {
    font-size: 12px;
    text-align: center;
  }
  .modal h1 {
    font-weight: bold;
    font-size: 30px;
  }
  .close_area {
    width: 100%;
    height: 20px;
  }
  .modal .sub_contents {
    background: #fff;
    padding: 20px;
    overflow: hidden;
  }
  .modal .sub_contents.entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 120px;
  }
  .modal .sub_contents.entry.not-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal .sub_contents.entry.not-title h4 {
    text-align: center;
  }
  .modal .sub_contents.entry h3 {
    font-weight: normal;
    font-size: 95%;
    font-weight: bold;
  }

  .modal .sub_contents.entry h4 {
    font-weight: normal;
    font-size: 90%;
    text-align: center;
  }
  .modal .sub_contents h4 {
    font-weight: normal;
    font-size: 120%;
  }
  .modal .sub_contents ul {
    float: left;
    padding: 10px 0px 10px 40px;
    border-left: solid 1px #ccc;
  }
  .modal .sub_contents li span {
    color: #B2B200;
  }
  #modalComment{
    text-align: left;
  }
    #modalComment::before {
      content: url(../img/comment.svg);
      display : block ;
      text-align : center ;
      width:25px;
      margin: 0 auto 15px;
  }
  .sub_contents .commenter {
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    margin: 20px;
    padding: 0px 0px 20px 0px;
  }
  .sub_contents .commenter p {
    float: left;
    width: 90px;
    margin-left: 30px;
  }
  .sub_contents .commenter dl {
    float: right;
    width: 570px;
    padding-top: 10px;
  }
  .sub_contents .commenter dt {
    margin-bottom: 10px;
  }
  .sub_contents .commenter dd {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .main_photo {
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
  .main_photo img {
    max-height: 800px;
    max-width: 800px;
  }
  .selected {
    display: block;
  }
  .no-selected {
    display: none;
  }
  #linklist {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2000;
  }
  .linklistInner {
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
  }
  #linklist h2 {
    display: none;
  }
  #linklist section#award_list {
    margin-bottom: 0px;
  }
  footer {
    position: relative;
    background: #ECECEC;
  }
  .footerWrap {
    width: 960px;
    margin: 0 auto;
  }
  .footerInner {
    overflow: hidden;
    padding: 40px 0;
  }
  .footerInner dl#f-gamo-kansai, .footerInner dl#f-gamo {
    width: 100%;
    text-align: center;
  }
  .footerInner dl#f-gamo-kansai {
    float: left;
  }
  .footerInner dl dt, .footerInner dl dd {
    margin-bottom: 50px;
  }
  .footerInner dl#f-gamo {
    float: right;
  }
  #copy {
    text-align: center;
    padding: 20px 0;
    display: block;
    color: #9B9B8C;
  }
  h2 {
    margin-bottom: 60px;
  }
  .mg_t10 {
    margin-top: 10px;
  }
  .mg_t20 {
    margin-top: 20px;
  }
  .mg_t30 {
    margin-top: 30px;
  }
  .mg_t40 {
    margin-top: 40px;
  }
  .mg_t50 {
    margin-top: 50px;
  }
  .mg_b10 {
    margin-bottom: 10px;
  }
  .mg_b20 {
    margin-bottom: 20px;
  }
  .mg_b30 {
    margin-bottom: 30px;
  }
  .mg_b40 {
    margin-bottom: 40px;
  }
  .mg_b50 {
    margin-bottom: 50px;
  }
  .mg_tb10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mg_tb20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mg_tb30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg_tb40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mg_tb50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

#resptable{
width: 700px;
}

#resptable table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
margin: 15px auto;

}
#resptable table tr th,
#resptable table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
}
#resptable table tr th{
width: 35%;
background: #eee;
}

.plr130 {
    padding-left: 130px;
    padding-right: 130px;
}
.remobtn img{
  width: 300px;
}



/*end query*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  body img {
    max-width: 100%;
    height: auto;
  }
  header {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #ccc;
  }
  header .headerInner {
    width: 90%;
    margin: 25px auto 10px;
    position: relative;
  }
  #contents {
    width: 100%;
    margin: 0 auto;
  }
  .contentsInner {
    width: 96%;
    margin: 0 auto;
    padding: 50px 0;
  }
  .thumb_list {
    width: 100%;
    height: auto;
    background: url(../img/loader.gif) no-repeat center center;
    display: none;
  }
  .award-wrap {
    text-align: center;
    margin: 25px;
  }
  section#award_list_gold, section#award_list_gold_w, section#award_list_gold_one {
    width: 656px;
    margin: 0 auto 40px;
  }
  section#award_list_gold h2, section#award_list_gold_w h2, section#award_list_gold_one h2, section#award_list_gold_one_w h2 {
    margin: 40px 0 60px;
    text-align: center;
  }
  section#award_list_gold ul, section#award_list_gold_w ul {
    text-align: center;
    background: url(../img/crown01.gif) no-repeat 285px top;
    overflow: hidden;
    zoom: 1;
    margin-right: -40px;
    padding: 90px 5px 5px;
  }
  section#award_list_gold_one ul {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/crown01.gif);
    overflow: hidden;
    zoom: 1;
    padding: 90px 5px 5px;
    width: 220px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
  section#award_list_gold_one_w ul {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../img/crown01.gif);
    overflow: hidden;
    zoom: 1;
    padding: 90px 5px 5px;
    width: 303px;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }
  section#award_list_gold li {
    width: 220px;
    float: left;
    text-align: center;
    margin-right: 25px;
  }
  section#award_list_gold li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
  }
  section#award_list_gold li p.title {
    text-align: center;
  }
  section#award_list_gold_w li {
    width: 303px;
    float: left;
    text-align: center;
    margin-right: 25px;
  }
  section#award_list_gold_w li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
  }
  section#award_list_gold_w li p.title {
    text-align: center;
  }
  section#award_list_gold_one li {
    width: 220px;
    cursor: pointer;
  }
  section#award_list_gold_one li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
    opacity: 0;
  }
  section#award_list_gold_one li p img.loaded {
    opacity: 1;
  }
  section#award_list_gold_one li p.title {
    text-align: center;
  }
  section#award_list {
    margin-bottom: 60px;
  }

  section#award_list h2.titlehead {
      margin: 0;
      padding-left: .1em;
      font-family: "EB Garamond", serif;
      font-size: 3.2rem;
      font-weight: 400;
      letter-spacing: .1em;
      text-align: center;
      position: relative;
  }
section#award_list h2.titlehead::after {
    content: "";
    margin: 0 auto;
    height: 40px;
    width: 1px;
    background: #000;
    z-index: 2;
    position: absolute;
    right: 0;
    bottom: -50px;
    left: 0;
}

  section#award_list ul {
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section#award_list li {
    width: 50%;
    padding: 15px;
    text-align: center;
  }
  section#award_list li a {
    display: block;
  }
  section#award_list li.crown02 {
    background: url(../img/crown02.gif) no-repeat center top;
  }
  section#award_list li.crown03 {
    background: url(../img/crown03.gif) no-repeat center 18px;
  }
  section#award_list li p img {
    box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -webkit-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    -moz-box-shadow: rgba(222, 222, 222, .65098) 0px 0px 3px 3px;
    margin-bottom: 10px;
    opacity: 0;
  }
  section#award_list li p img.loaded {
    opacity: 1;
  }
  section#award_list li p a:link img {
    /* box-shadow */
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  section#award_list_gold li p a:link img {
    /* box-shadow */
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
  }
  section#award_list li a:hover img, section#award_list_gold li a:hover img {
    /* box-shadow */
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
  }

  section#award_list li p.work-title {
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
    font-size: 85%;

  }

section#award_list li p.work-title::after {
    content: "";
    background: #ccc;
    width: 60px;
    height: 1px;
    display: block;
    margin: 15px auto;
}
    section#award_list li p.entryno, section#award_list li p.title,  section#award_list li p.salon {
    text-align: center;
    font-size:80%;
  }
  section#award_list li p.title::after {
    content :"::" ;
        display : block ;
        text-align : center ;
    }

  /*modal*/
  .modal {
    display: none;
  }
  .modalBody {
    padding-top: 0px;
    width: 90%;
    height: auto;
    margin: 0 auto;
    z-index: 2000;
    position: relative;
  }
  .modalBodyOuter {
    padding-top: 20px;
    width: 100%;
    height: auto;
    z-index: 1100;
    position: relative;
  }
  .modalBK {
    position: absolute;
    z-index: 100;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
  }
  /*.modalBK{position: fixed; z-index:1050; height:100%; width:100%; top:0; left:0; }
*/
  /*.btns{font-size: 80px; width:150px; background:#111; height: 150px; line-height:150px; text-align:center; font-family: arial; color: #fff; float: left; margin:10px; cursor: pointer}
*/
  .close {
    cursor: pointer;
  }
  .modal {
    height: 100%;
    overflow-y: scroll;
    position: fixed;
    width: 100%;
    background: url(../img/modal_bg.png) repeat left top;
    z-index: 10;
  }
  .modal p {
    font-size: 12px;
    text-align: center;
  }
  .modal h1 {
    font-weight: bold;
    font-size: 30px;
  }
  .close_area {
    width: 100%;
    height: 20px;
  }
  .modal .sub_contents {
    background: #fff;
    padding: 20px;
    overflow: hidden;
  }
  .modal .sub_contents.entry {
    text-align: center;
    padding: 15px 15px;
  }
  .modal .sub_contents.entry.not-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal .sub_contents.entry.not-title h4 {
    text-align: center;
  }
  .modal .sub_contents.entry h3 {
    font-weight: normal;
    font-size: 95%;
    font-weight: bold;
  }
  .modal .sub_contents.entry h3::after {
    content: "";
    background: #ccc;
    width: 60px;
    height: 1px;
    display: block;
    margin: 15px auto;
}
  .modal .sub_contents.entry h4 {
    font-weight: normal;
    font-size: 90%;
    text-align: center;
  }
  .modal .sub_contents ul {
    float: left;
    padding: 10px 0px 10px 40px;
    border-left: solid 1px #ccc;
  }
  .modal .sub_contents li span {
    color: #B2B200;
  }
  #modalComment{
    text-align: left;
  }
  #modalComment::before {
    content: url(../img/comment.svg);
    display : block ;
    width:25px;
    margin: 0 auto 15px;
}
  .sub_contents .commenter {
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    margin: 20px;
    padding: 0px 0px 20px 0px;
  }
  .sub_contents .commenter p {
    float: left;
    width: 90px;
    margin-left: 30px;
  }
  .sub_contents .commenter dl {
    float: right;
    width: 570px;
    padding-top: 10px;
  }
  .sub_contents .commenter dt {
    margin-bottom: 10px;
  }
  .sub_contents .commenter dd {
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .main_photo {
    text-align: center;
    width: 100%;
    padding: 20px 0;
  }
  .selected {
    display: block;
  }
  .no-selected {
    display: none;
  }
  #linklist {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2000;
  }
  .linklistInner {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
  }
  #linklist h2 {
    display: none;
  }
  #linklist section#award_list {
    margin-bottom: 0px;
  }
  footer {
    position: relative;
    background: #ECECEC;
  }
  .footerWrap {
    width: 100%;
    margin: 0 auto;
  }
  .footerInner {
    overflow: hidden;
    padding: 40px 0;
  }
  .footerInner dl#f-gamo-kansai, .footerInner dl#f-gamo {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
  }
  .footerInner dl dt, .footerInner dl dd {
    margin-bottom: 50px;
  }
  #copy {
    text-align: center;
    padding: 20px 0;
    display: block;
    color: #9B9B8C;
  }
  h2 {
    margin-bottom: 60px;
  }
  .mg_t10 {
    margin-top: 10px;
  }
  .mg_t20 {
    margin-top: 20px;
  }
  .mg_t30 {
    margin-top: 30px;
  }
  .mg_t40 {
    margin-top: 40px;
  }
  .mg_t50 {
    margin-top: 50px;
  }
  .mg_b10 {
    margin-bottom: 10px;
  }
  .mg_b20 {
    margin-bottom: 20px;
  }
  .mg_b30 {
    margin-bottom: 30px;
  }
  .mg_b40 {
    margin-bottom: 40px;
  }
  .mg_b50 {
    margin-bottom: 50px;
  }
  .mg_tb10 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mg_tb20 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mg_tb30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .mg_tb40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .mg_tb50 {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #resptable{
width: 100%;
}

#resptable table,
#resptable table tbody,
#resptable table tr,
#resptable table tr th,
#resptable table tr td{
display: block;
}

#resptable table{
width: 100%;
border-width: 0 0 1px 0;
margin: 15px auto;
}

#resptable table tr th,
#resptable table tr td{
width: 90%;
padding: 3% 5%;
}

#resptable table tr td{
border-width: 0px 1px 0px 1px;
}
.plr130 {
    padding-left: 30px;
    padding-right: 30px;
}
.sp-tal {
  text-align: left !important;
}
section#gallery_list ul {
  text-align: center;
  margin-bottom: 80px;
}

section#gallery_list ul li {
  width: 90%;
  margin: 0px auto 50px;
}

section#gallery_list ul li img {
  width: 90%;
}

br.pc{
display: none;
}

}

.btn,
a.btn,
button.btn {
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  margin-top: 20px;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}
a.btn-border-l {
  border: 4px solid #ba0000;
  border-radius: 0;
  background: #fff;
  margin-top: 20px;
  font-size: 120%;
}

a.btn-border-l:hover {
  color: #fff;
  background: #000;
}


/*# sourceMappingURL=sourcemap/style.css.map */
