@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  height: 100%;
  line-height: 1.7;
  color: #333333;
  font-family: Arial, Roboto, "Droid Sans",  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic,sans-serif;
  font-size: 90%;
  overflow: auto;
  background-color:#ebebeb;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
ol > li > ul > li {
  list-style:disc;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  display: block
}

/* コンテンツ全体 */
#contents_all {
  position: relative;
  width: 960px;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  min-height: 784px;
  background-color: #ebebeb;
  box-shadow: 0px 0px 8px 4px rgba(150,150,150,1);}

/* ヘッダー */
header {
  width:960px;
  height: 80px;
  margin:0 0 1px 0;
  z-index: 999;
  position: relative;
  right: 0;
  background-color: #285028;
}
header img {
  margin: 20px 30px;
}

/* コンテンツ */
#contents {
  clear: both;
  position: relative;
  margin:0 auto;
  width: 960px;
  display: flex;
  justify-content: start;
  align-items: stretch;    /*メニュー背景色を下まで伸ばすため*/
}

/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 左コンテンツ */
#contents_l {
  width: 246px;
  background-color: #ebebeb;
}
/* メニュー */
nav {
  width:226px;
  margin: 10px;
}
ul.menu {
  width:226px;
}
ul.menu > li{
  margin:0;
}
ul.menu > li > a{
  height: 42px;
  display: flex;
  padding-left: 28px;
  align-items:center;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgb(210, 230, 210), rgb(250, 255, 250) 20%, rgb(250, 255, 250) 80%, rgb(210, 230, 210));
  border: 1px solid #969696;
  font-size: 15px;
  line-height: 1.2;
  color: #333333;
  box-sizing:border-box;
  margin-bottom: 10px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  box-shadow: 3px 3px 2px 0px rgba(150, 150, 150, 1);
}

ul.menu > li > a.on,
ul.menu > li > a:hover {
  background-image: linear-gradient(180deg, rgb(110, 175, 110), rgb(200, 235, 200) 20%, rgb(200, 235, 200) 80%, rgb(110, 175, 110));
  border: 1px solid #969696;
  color: #198219;
  text-decoration: none;
}

ul.menu > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 8px);
  left: 10px;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #505050;
  border-right: 0;
}
ul.menu > li > a.on::before,
ul.menu > li > a:hover::before {
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #198219;
  border-right: 0;
}

.img_l {
  display: block;
  margin: 20px 23px 0;
  width: 100%;
}

.banner {
  margin:25px 0;
  text-align: center;
}
.banner img {
  padding-bottom: 12px;
}


/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 714px;
/*  min-height: 924px;*/
  min-height: 900px;
  background: url(../images/bg_contents_r.png) no-repeat top;
  background-color: #ffffff;
  background-position: 13px 7px;
}
.theme_top{
  margin: 360px auto 460px;
  text-align: center;
}
.author {
  margin: -15px 25px 0;
  text-align: right;
}
.info_top{
  margin: 0 auto 18px;
/*  margin: 40px auto 18px;*/
  text-align: center;
}
/* 新着情報 */
#news {
  width: 660px;
  box-sizing: border-box;
  margin: 0 auto 18px;
  border: 1px solid #969696;
  border-radius: 14px;
}
#news h2{
  width: 100%;
  height: 42px;
  background-color: #b4aaaa;
  color:#fff;
  font-weight: 600;
  font-size:28px;
  line-height: 44px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding-left: 24px;
  border-radius: 13px 13px 0 0;
}
#news_flame {
  padding: 10px 20px;
  height:150px;
  overflow: auto;
  line-height: 1.5;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #f2f2f2;
  border-radius: 0 0 14px 14px;;
}
#news_flame dt {
  float: left;
  color: #376e37;
  font-weight: bold;
}
#news_flame dd {
  padding-bottom: 7px;
  padding-left: 6.5em;
}

/* 事務局等  */
.info {
/*  position: absolute;
  width: 207px;
  width: 216px;
  font-size:12px;
  line-height: 1.5;
  top: 1090px;
  top: 750px;
  left: 15px;*/
  clear: both;
  width: 90%;
  margin: 20px auto 0;
  font-size:12px;
  line-height: 1.5;
  padding:0 5%;
}
.info.top {
/*  top: 840px;*/
  margin: 30px auto 0;
}
.info div{
  margin-bottom:10px;
}
.info address {
  font-style: normal;
  margin-top:1.5em;
}
.info h2 {
  height:20px;
  margin-bottom: 0.5em;
  font-weight:bold;
  text-align: left;
  border-bottom: 1px solid #333333;
  font-size: 14px;
}

/* フッター */
footer {
  margin: 0 auto;
  padding: 3px 0;
  width: 960px;
  font-size: 12px;
  text-align: center;
  color: #FFFFFF;
  background-color: #000000;
}

/* サブページ内 */
h2.pagetitle {
  color: #198219;
  background-color: #ffffff;
  width: 625px;
  line-height: 62px;
  height: 60px;
  font-weight: bold;
  font-size: 32px;
  text-align: left;
  padding-left: 15px;
  margin: 24px 39px 9px 36px;
  border-radius: 10px;
  border: 1px solid #000000;
}

main {
/*  width: 590px;*/
  width: 570px;
  margin: 0 39px 0 36px;
/*  min-height:1100px;*/
  min-height:740px;  /*【メニューが増えたらmin-heightの数値を変える】*/
  background-color: rgba(255,255,255,0.9);
  padding: 25px 35px 45px;
  border-radius: 10px;
}
/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding: 4px 0 4px 10px;
  border-left: 6px solid#890e87;
  border-bottom: 1px solid #890e87;
  background-color: #ffffff;
  font-weight: bold;
  font-weight: 600;
  font-size: 120%;
  text-align: left;
  color: #890e87;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child, main blockquote p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

/* サブページ中見出し */
main h4 {
  margin: 1.5em 0 1em;
  padding:0.4em 1em 0.2em;
  background: #b62f12;
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  border: 6px double #ffffff;
}

/* サブページ小見出し */
main h5 {
  margin: 1.2em 0 0.7em;
  padding:0 2px 2px;
  font-size: 105%;
  font-weight: bold;
  border-bottom: 1px dotted #333;
}

/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/* 挨拶 */
main.greet p {
  margin-top: 0.75em;
}
div.greet_name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
}
div.greet_name div.name{
  flex: auto;
}
div.greet_name div.name p{
  text-indent: 0;
  line-height: 1.8;
  text-align: left;
}
div.greet_name div.photo{
  flex: 0 0 150px;
  padding: 0 20px 0 0;
}

/* 開催概要 */
table.hyou_info {
  width: 100%;
  border: 1px solid #DDDDDD;
}
table.hyou_info th,table.hyou_info td {
  padding: 15px 15px;
  border: 1px solid #DDDDDD;
}
table.hyou_info td {
  background-color: #fff;
}
table.hyou_info th {
  background-color: #FDF3EE;;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  font-weight: normal;
}

/* accsess*/

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* 関連リンク */
p.link{
  text-indent: -1em;
  padding-left:1em;
}
p.link:before {
  content:url(../images/icon_link.png);
  padding-right: 4px;
  vertical-align:top;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}

/* 文章中の関連リンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:20px;
  right:10px;
}
.pagetop a {
  display: block;
  width:100%;
  height:auto;
}
/* 外部関連リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 20px;
}

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #CDCDCD;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #CDCDCD;
  background-color: #FDF3EE;;;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}
/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}
dl.katakakko dt {
  float: left;
}
dl.katakakko dd {
  padding-left: 1.5em;
}

.dl_btn {
  text-align:center;
}

.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}
.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}

/* ボタン */
.button {
  width: 270px;
  border-radius: 8px;
  text-align: center;
  background-color: rgb(110, 175, 110);
  cursor: pointer;
  font-size:18px;
  position: relative;
  height:60px;
}

.button a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  font-weight:bold;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 8px;/*長円形作成*/
}
.button:hover {
  background: rgba(110, 175, 110, 0.6);
}
.button:hover a {
  color: #fff;
}
.button_400 {
  width: 400px;
}
.button_190 {
  width: 190px;
}
.button_2line {
  height:60px;
  padding:0;
  line-height: 1.2;
}
.button_3line {
  height:84px;
  padding:0;
  border-radius: 8px;
  line-height: 1.2;
}

/* 反応しないボタン */
.button_gray {
  width: 270px;
  border-radius: 8px;/*長円形作成*/
  text-align: center;
  background-color: #BBB;
  font-size:18px;
  font-weight: bold;
  color:#fff;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  position: relative;
  height:60px;
}

/* ボタン  アイコン */
.pdf_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_pdf-25px.png') no-repeat;
  width:25px;
  height:25px;
}

.dl_box {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  margin:1.5em 0;
  gap: 20px;
}
/*.dl_item {
  margin: 10px;
}*/

/* PCで表示 */
.pc_only {
  display: inline-block;
}

/* PCでは非表示 */
.sp_only, .tb_only, .pc_none {
  display: none;
}

/*------------------------------------------*/
/* タブレット用 */
/*------------------------------------------*/
@media screen and (max-width:959px){


  /* タブレットで表示 */
  .tb_only, .pc_none {
    display: inline-block;
  }

  /* タブレットでは非表示 */
  .pc_only, .sp_only {
    display: none;
  }

  /* コンテンツ全体 */
  #contents_all {
    width: 100%;
    max-width: 959px;
  }

  /* コンテンツ */
  #contents {
    max-width: 100%;
  }
  /* ヘッダー */
  header {
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    text-align: center;
  }
  header img {
    margin: 10px auto;
    width: 96%;
  }
  /* 左コンテンツ */
  #contents_l {
    width: 25%;
  }
  /* メニュー */
  nav {
    margin: 0;
    width: 100%;
  }
  ul.menu {
    width:94%;
    margin: 17px 4% 0 2%;
  }
  ul.menu > li > a{
    height: 34px;
    display: flex;
    align-items:center;
    font-size: 11.5px;
    line-height: 1.3;
  }


  .img_l {
    margin: 0 auto;
    width: 90%;
  }

  .banner img {
    width:90%;
  }

/* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 75%;
    max-width: 820px;
    height: 100%;
    min-height: 780px;
    background-position: 10px 5px;
    background-size: 98%;
  }
  #top_contents {
    width: 100%;
  }
  .theme_top{
    margin: 50% auto 64%;
  }
  .theme_top img{
    width: 74%;
  }
  .author {
/*    margin:-45px 20px 0;*/
  margin: -5px 20px 0;
  }
  .info_top{
    margin: 0 auto 2%;
/*    margin: 30px auto 2%;*/
  }
  .info_top img{
    width: 90%;
    text-align: right;
  }

  /* 新着情報 */
  #news {
    width: 94%;
  }
  #news h2 {
    width:100%;
    font-size: 24px;
    height: 40px;
  }
  #news_flame {
    width: 100%;
    height: 140px;
    padding: 12px;
    font-size: 90%;
    line-height: 1.4;
  }
/* 事務局等 */
/*  .info{
    width: 24%;
    margin:0 auto;
    box-sizing: border-box;
    top: 940px;
    font-size: 10.5px;
    line-height: 1.3;
    left: 5px;
  }
  .info.top{
    top: 710px;
  }*/
  .info h2 {
    font-size: 12px;
    width: 100%;
  }
  /* サブページ内 */
  #contents_r h2.pagetitle {
    font-size: 22px;
    height: 32px;
    width:88%;
    display:block;
    line-height: 1.6;
    margin: 20px auto 6px;
  }
  main {
    width:82%;
/*   min-height: 960px;*/
   min-height: 670px;
    margin: 0 auto 15px;
    padding: 25px 25px 45px;
  }

  /* pagetop */
  .pagetop {
    bottom:2%;
    right:2%;
  }
  footer{
    width: 100%;
  }

/* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 767px 320px */
/*------------------------------------------*/
@media screen and (max-width:767px){

  /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }

  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none, .img_l {
    display: none;
  }
  /* スマホ-button- */
  #btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 5px;
    margin-left: auto;
    z-index: 999;
  }
  #menu-collapser {
    display: block;
    width: 26px;
    height: 2px;
    background: rgb(140, 50, 130);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:before {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: rgb(140, 50, 130);
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:after {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: rgb(140, 50, 130);
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser.click {
    background: transparent;
  }
  #menu-collapser.click:before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-collapser.click:after {
    bottom: 0;
    transform: rotate(135deg);
  }
  /* コンテンツ */
  #contents_all {
    width: 100%;
    max-width: 480px;
    min-height:100%;
    margin: 0 auto;
    overflow:hidden;
  }
  #contents {
    margin:0 auto;
    width: 100%;
    position: relative;
    overflow:hidden; /* contents_lと contents_rの高さを揃える*/
  }
  /* ヘッダー */
  header{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    height: 50px;
    text-align: left;
  }
  header img {
    width: 85%;
    margin: 15px 0 0 10px;
  }
  
  /* 左コンテンツ */
  #contents_l {
    float: none;
    width: 100%;
  }

  /* スマホ-button- */
  #btn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 5px;
    right: 4px;
    margin-left: auto;
    z-index: 999;
  }
  #menu-collapser {
    display: block;
    width: 26px;
    height: 2px;
    background: rgb(250, 250, 250);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:before {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: rgb(250, 250, 250);
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser:after {
    display: block;
    content: "";
    width: 26px;
    height: 2px;
    background: rgb(250, 250, 250);
    position: absolute;
    top: 0;
    right: 0;
    bottom: -20px;
    left: 0;
    margin: auto;
    transition: 0.1s;
  }
  #menu-collapser.click {
    background: transparent;
  }
  #menu-collapser.click:before {
    top: 0;
    transform: rotate(45deg);
  }
  #menu-collapser.click:after {
    bottom: 0;
    transform: rotate(135deg);
  }

  nav {
    float: none;
    width: 100%;
    margin: 10px auto 20px;
  }
  nav.add {
    padding-top: 12%;
  }
  ul.menu {
    width: 97%;
    display: none;
    margin: 4% 2% 0 1%;
  }
  ul.menu > li > a{
    height: 45px;
    font-size: 105%;
  }
  ul.menu > li > a:before {
    padding-right: 6px;
  }

  .banner img {
    width: auto;
  }
  .banner {
    display: none;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    margin-left: -100%;
    width: 100%;
    height: 100%;
    background-position: 6px 4px;
    margin-top: 50px;
    min-height: 560px;
    box-shadow: none;
  }
  #contents_r.top {
    background-position: 6px 4px;
  }
  #top_contents{
    display: block;
    margin: 5% auto;
    width: 90%;
  }
  .theme_top{
    margin: 50% auto 64%;
  }
  .theme_top img{
    width: 80%;
  }
  .author {
/*    margin:-35px 15px 0;*/
    margin:-5px 15px 0;
    font-size:80%;
  }
  .info_top{
    margin: 0 auto 3%;
/*    margin: 20px auto 3%;*/
  }
  .info_top img{
    width: 90%;
    text-align: center;
  }

  /* 新着情報 */
  #news{
    width: 92%;
    margin: 0 auto 1%;
  }
  #news h2{
    width:100%;
    font-size: 18px;
    height: 28px;
    line-height: 1.7;
  }
  #news_flame {
    width:100%;
    height:160px;
    padding: 6px 10px;
    background-color: #fff;
  }
  #news_flame dt {
    float: none;
    padding: 0;
  }
  #news_flame dd {
    padding: 0 0 1em;
  }

  /* 事務局等 */
  .bottom {
    margin: 0;
    background-color: #ebebeb;
  }
  .info{
    display:block;
    position: static;
    font-size: 84%;
    padding: 19px 20px 20px;
  }
  .info.sp_none {
    display: none;
  }

  .info address {
    margin-top: 0;
  }
  .info h2 {
    font-size: 105%;
  }
  .info div{
    margin-bottom: 0;
  }
  footer{
    width: 100%;
    font-size: 11px;
    line-height: 1.3;
    padding: 7px 0;
  }

  /* サブページ内 */
#contents_r h2.pagetitle {
    margin: 12px auto 8px;
    padding: 8px 15px;
    font-size: 20px;
    min-height: 20px;
    height: 100%;
    line-height: 1.2;
    width: 84%;
  }
  main {
    min-height: 470px;
    padding: 14px 15px;
    margin: 0 auto 10px;
    width: 84%;
  }

  /* 挨拶 */
  div.greet_name{
    display: block;
    margin: 0 auto 1.5em;
  }
  div.greet_name{
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
  }
  div.greet_name div.name{
    order: 2;
    margin:0 auto;
  }
  div.greet_name div.name p{
    text-align: center;
  }
  div.greet_name div.photo {
    margin: 0 auto 1em;
    padding: 0;
    order: 1;
  }
  div.greet_name div.photo img {
      margin: 0 5%;
      width: 90%;
      height: auto;
  }
  main.greet p{
    margin: 0 0 0.75em 0;
  }

  /* 開催概要 */
  table.hyou_info th,table.hyou_info td {
    padding: 0.7em;
  }

  /* pagetop */
  .pagetop {
    bottom:7%;
    right:3%;
  }
  #contents_r .pagetop img {
    max-width:90%;
  }

  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 320px以下 */
/*------------------------------------------*/
@media screen and (max-width:320px){

  /* ヘッダー */
  header{
    height: 50px;
  }
  header img {
    width: 270px;
    margin: 17px 0 0 3px;
  }
  #contents_r {
    min-height: 600px;
    margin-top: 50px;
  }

  /* 下記は削除しない */
}
