@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button {
  text-transform: none;
}

button, input, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

body, html {
  height: 100%;
}

body {
  background: #faf0b4;
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

body .img {
  max-width: 100%;
  height: auto;
}

.header, .main, .footer {
  width: 100%;
}

.contents {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer {
  align-self: flex-end;
}

.main {
  background: #faf0b4;
  height: calc(100vh - 205px);
  display: flex;
  max-height: 732px;
  min-width: 600px;
  min-height: 600px;
}

.main .main_top {
  max-width: 1000px;
  display: flex;
  margin: 0 auto;
  padding: 20px 30px;
}

.main .main_top .main_left {
  max-width: 150px;
  margin: 72px 0 0;
}

.main .main_top .main_left .left_btn ul li {
  background: #f54051;
  border: 2px #841926 dashed;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #f54051;
  color: #006600;
  height: 97px;
  line-height: 2;
  margin: 0px 0 15px 0px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 150px;
  display: flex;
  justify-content: center;
}

.main .main_top .main_left .left_btn ul li a {
  width: 150px;
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  text-shadow: -1px 0px 3px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 10px 0px 10px;
}

.main .main_top .main_left .left_btn ul li:nth-of-type(4) {
  margin: 15px 0 0px 0px;
}

.main .main_top .main_right {
  max-width: 700px;
  width: 100%;
  margin: 0 0 0px 50px;
}

.main .main_top .main_right .main_title h1 {
  background: #2bb482;
  color: #fff;
  border-radius: 40px / 40px;
  text-align: center;
  padding: 10px 0;
}

.main .main_top .main_right .main_under {
  margin-top: 10px;
  text-align: center;
  position: relative;
  max-width: 700px;
  overflow: hidden;
}

.main .main_top .main_right .main_under img {
  border-radius: 21px;
  max-width: 100%;
}

.main .main_top .main_right .main_under .icon {
  position: absolute;
  bottom: 27px;
  /*left: 263px;*/
  left: 333px;/*1周年記念デザイン用*/
}

.main .main_top .main_right .main_under .icon_under {
  position: absolute;
  bottom: 15px;
  left: 100px;
}

.main .main_top .main_right .main_under .comment {
  position: absolute;
  bottom: 82px;
  /*left: 88px;*/
  left: 158px;/*1周年記念デザイン用*/
}

.main .main_top .main_right .main_under .profile {
  position: absolute;
  right: 0px;
  top: 1px;
  bottom: 0px;
  border: 7px solid #2bb482;
  width: 50%;
  border-radius: 6%;
  background-color: rgba(255, 255, 255, 0.6);
  overflow-y: auto;
  height: calc(100% - 3px);
}

.main .main_top .main_right .main_under .profile ul {
  list-style: none;
  text-align: left;
  padding: 25px 15px;
}

.main .main_top .main_right .main_under .profile ul li {
  font-weight: bold;
  line-height: 1.6;
}

.main .main_top .main_right .main_under .profile p {
  font-weight: bold;
  padding: 20px 15px;
  text-align: justify;
  line-height: 1.6;
}

.main .main_top .main_right .main_under .profile .top_btn {
  text-align: center;
  bottom: 0px;
  width: 100%;
  margin: 20px 0;
}

.main .main_top .main_right .main_under .profile .top_btn a {
  text-decoration: none;
  display: inline-block;
  background: #ff9408;
  border-radius: 35px;
  color: #fff;
  padding: 15px 70px;
  font-weight: bold;
}

@-moz-document url-prefix() {
  .main .main_top .main_right .main_under .profile {
    height: calc(100% - 5px);
  }
}

.main .main_top .main_right .main_under .event {
  position: absolute;
  right: 0px;
  top: 1px;
  bottom: 0px;
  border: 7px solid #2bb482;
  border-radius: 4%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.7);
  width: 50%;
  height: calc(100% - 3px);
}

.main .main_top .main_right .main_under .event .event_list {
  border: 1px solid #808080;
  border-radius: 10px;
  margin: 5px;
  background: #fff;
  padding: 0px 15px 9px 15px;
  text-align: justify;
  width: 310px;
}

.main .main_top .main_right .main_under .event .event_list .date {
  background: #ff9408;
  border-radius: 35px;
  color: #fff;
  display: flex;
  margin: 9px 0px;
  width: 150px;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  font-size: 80%;
}

.main .main_top .main_right .main_under .event .event_list .event_list_title h2 {
  color: #f54051;
  display: flex;
  font-size: 120%;
  margin-bottom: 7px;
}

.main .main_top .main_right .main_under .event .event_list p {
  font-size: 69%;
  line-height: 1.7;
}

.main .main_top .main_right .main_under .event .event_list .event_img {
  width: 50%;
  display: block;
  margin:0 auto;
}

@-moz-document url-prefix() {
  .main .main_top .main_right .main_under .event {
    height: calc(100% - 5px);
  }
}

.main .main_top .main_right .main_under .guidance {
  position: absolute;
  right: 0px;
  top: 1px;
  bottom: 0px;
  border: 7px solid #2bb482;
  border-radius: 4%;
  overflow: auto;
  background: #fff;
  width: 50%;
  height: calc(100% - 3px);
}

@-moz-document url-prefix() {
  .main .main_top .main_right .main_under .guidance {
    height: calc(100% - 5px);
  }
}

.main .main_top .main_right .top_btn_under {
  display: none;
}

.main .main_top .main_right .top_btn_under_guidance {
  display: none;
}

.header .header_top {
  background: #513712;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}

.header .header_top img {
  max-width: 100%;
  height: auto;
}

.header .header_tatle {
  text-align: center;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: repeating-linear-gradient(90deg, #ff9408, #ff9408 68px, #FFA836 68px, #FFA836 136px);
}

.header .header_tatle img {
  max-width: 100%;
  height: auto;
}

.header .sp_btn {
  display: none;
}

.header .sp_btn ul li {
  background: #f54051;
  border: 2px #841926 dashed;
  border-radius: 5% 5% 6.5em 6.5em;
  box-shadow: 0 0 0 4px #f54051;
  color: #0000aa;
  display: flex;
  height: 50px;
  line-height: 2;
  margin: 4px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 12em;
  justify-content: center;
}

.header .sp_btn ul li a {
  width: 100%;
  color: #1a1a1a;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.2;
  text-shadow: -1px 0px 3px #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 5px 0px 5px;
  font-size: 75%;
}

.footer {
  width: 100%;
}

.footer .ft_copyright {
  width: 100%;
  text-align: center;
}

.footer span {
  background: #513712;
  color: #fff;
  display: block;
  padding: 13px 0;
  font-size: 115%;
}

@media screen and (max-width: 860px) {
  .contents, .main_top, .main_right {
    height: 100%;
  }
  .header .header_top {
    display: none;
  }
  .header .header_tatle {
    text-align: center;
    height: 45px;
    background: repeating-linear-gradient(90deg, #ff9408, #ff9408 40px, #FFA836 40px, #FFA836 80px);
  }
  .header .header_tatle img {
    max-width: 100%;
    height: auto;
    width: 160px;
    padding-top: 10px;
  }
  .header .sp_btn {
    display: block;
    background: #faf0b4;
  }
  .header .sp_btn ul {
    display: flex;
    justify-content: center;
  }
  .main {
    height: calc(100% - 110px);
    display: block;
    min-height: 0;
    min-width: 0;
  }
  .main .main_top {
    display: block;
    padding: 0;
  }
  .main .main_top .main_left {
    display: none;
  }
  .main .main_top .main_right {
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 10px 0;
  }
  .main .main_top .main_right .main_title h1 {
    padding: 6px 0;
    font-size: 108%;
  }
  .main .main_top .main_right .main_under {
    height: calc(100% - 50px);
    width: 100%;
    background-image: url(../images/common/sp_background.png);
    background-size: cover;
    background-position: bottom;
    border: 7px solid #2bb482;
    border-radius: 20px;
  }
  .main .main_top .main_right .main_under .background {
    display: none;
  }
  .main .main_top .main_right .main_under .icon {
    position: absolute;
    bottom: 31px !important;
    left: 263px !important;
  }
  .main .main_top .main_right .main_under .comment {
    position: absolute;
    bottom: 82px !important;
    left: 88px !important;
  }
  .main .main_top .main_right .main_under .profile {
    width: 100%;
    border: 0;
  }
  .main .main_top .main_right .main_under .profile ul {
    padding: 20px 15px;
  }
  .main .main_top .main_right .main_under .profile p {
    padding: 0px 15px;
    margin: 0;
  }
  .main .main_top .main_right .main_under .profile .top_btn {
    position: static;
  }
  .main .main_top .main_right .main_under .profile .top_btn a {
    padding: 8px 50px;
  }
  .main .main_top .main_right .main_under .event {
    width: 100%;
    top: 0px;
    border: 0;
  }
  .main .main_top .main_right .main_under .event .event_list {
    width: 97%;
  }
  .main .main_top .main_right .main_under .guidance {
    width: 100%;
    border: 0;
    top: 0px;
  }
  .main .main_top .main_right .main_under .guidance .guidance_list {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .main .main_top .main_right .main_under .guidance .guidance_list{
    width: 100%;
    height: 100%;
  }

  .main .main_top .main_right .top_btn_under {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .main .main_top .main_right .top_btn_under a {
    text-decoration: none;
    display: inline-block;
    background: #ff9408;
    border-radius: 35px;
    color: #fff;
    padding: 8px 50px;
    font-weight: bold;
  }
  .main .main_top .main_right .top_btn_under_guidance {
    display: block;
    position: relative;
    text-align: center;
    margin: 60px 0;
  }
  .main .main_top .main_right .top_btn_under_guidance a {
    text-decoration: none;
    display: inline-block;
    background: #ff9408;
    border-radius: 35px;
    color: #fff;
    padding: 8px 50px;
    font-weight: bold;
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .comment_guidance {
    width: 30%;
    position: absolute;
    top: -61px;
    left: 149px;
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .icon_guidance {
    width: 21%;
    position: absolute;
    top: -65px;
    right: 55px;
  }
  .footer {
    margin-top: 12px;
  }
  .footer span {
    font-size: 60%;
  }
  body.event .main .main_top .main_right .main_under {
    height: calc(100% - 110px);
  }
  body.info .main .main_top .main_right .main_under {
    height: calc(100% - 165px);
  }
}

@media screen and (max-width: 576px) {
  .header .sp_btn ul li {
    height: 35px;
    border-radius: 5% 5% 4.5em 4.5em;
  }
  .header .sp_btn ul li a {
    font-size: 60%;
  }
  .main {
    height: calc(100% - 40px);
  }
  .main .main_top .main_right {
    max-width: 400px;
  }
  .main .main_top .main_right .main_under .profile ul {
    padding: 30px 15px;
  }
  .main .main_top .main_right .main_under .profile .top_btn {
    position: static;
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .comment_guidance {
    width: 40%;
    position: absolute;
    top: -58px;
    left: 100px;
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .icon_guidance {
    width: 33%;
    position: absolute;
    top: -65px;
    right: 5px;
  }
  .main .main_top .main_right .main_under .comment {
    position: absolute;
    /*bottom: 83px !important;*/
    bottom: 33px !important;/*1周年記念デザイン用*/
    left: 13px !important;
    width: 185px;
  }
  .main .main_top .main_right .main_under .icon {
    position: absolute;
    /*bottom: 42px !important;*/
    bottom: 22px !important;/*1周年記念デザイン用*/
    left: 161px !important;
    width: 180px !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: landscape) {
  .main {
    height: 100%;
  }
  .main .main_top .main_right .main_under .icon {
    position: absolute;
    bottom: 10px !important;
    left: 263px !important;
    width: 180px;
  }
  .main .main_top .main_right .main_under .comment {
    bottom: 82px !important;
    left: 88px !important;
    width: 170px;
  }
  .contents, .main_top, .main_right {
    height: 100%;
  }
  body.event .main .main_top .main_right .main_under {
    height: calc(100% - 20px);
  }
  body.info .main .main_top .main_right .main_under {
    height: calc(100% - 20px);
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .comment_guidance {
    width: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .icon_guidance {
    width: 17%;
    top: -59px;
    right: 125px;
  }
  body.info .footer {
    margin-top: 148px;
  }
  body.event .footer {
    margin-top: 90px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  body.info .main .main_top .main_right .main_under {
    height: calc(100% - 245px);
  }
  body.event .main .main_top .main_right .main_under {
    height: calc(100% - 245px);
  }
  .main .main_top .main_right .top_btn_under_guidance {
    margin: 95px 0;
  }
  .main .main_top .main_right .top_btn_under_guidance a {
    padding: 20px 50px;
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .comment_guidance {
    width: 40%;
    position: absolute;
    top: -96px;
    left: 183px;
  }
  .main .main_top .main_right .top_btn_under_guidance .icon_under .icon_guidance {
    width: 33%;
    position: absolute;
    top: -105px;
    right: 5px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 810px) and (orientation: landscape) {
  body.info .main .main_top .main_right .main_under {
    height: calc(100% - 268px);
  }
  body.event .main .main_top .main_right .main_under {
    height: calc(100% - 245px);
  }
}

@media only screen and (min-device-width: 813px) and (max-device-width: 1024px) and (orientation: landscape) {
  body.info .main .main_top .main_right .main_under {
    height: calc(100% - 245px);
  }
  body.event .main .main_top .main_right .main_under {
    height: calc(100% - 245px);
  }
}

@media screen and (max-width: 370px) {
  .main .main_top .main_right .main_under .icon {
    position: absolute;
    /*bottom: 56px !important;*/
    bottom: 16px !important;/*1周年記念デザイン用*/
    left: 151px !important;
    width: 158px !important;
  }
  .main .main_top .main_right .main_under .comment {
    position: absolute;
    /*bottom: 83px !important;*/
    bottom: 33px !important;/*1周年記念デザイン用*/
    left: 10px !important;
    width: 175px;
  }
}
