﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}
/*------------------------------------------------------------
共通
------------------------------------------------------------*/
body {
    font-family:"Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    font-size: 80%;
    color: #303030;
    line-height: 2rem;
    background: #ffffff;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
}

.img_png {
    float: left;
}

.flip {
    display: block;
}
.flop {
    display: none;
}

.celllink {
    display: block;
    width: 100%;
    height: 100%;
}

a:link,:visited,:hover {
    color: #000000;
    text-decoration: none;
}

hr {
    border-width: 0 0 1px;
    border-color: #c0c0c0;
    border-style: solid;
    clear: both;/* for IE6 */
}

hr.space {
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #ffffff;
    clear: both;/* for IE6 */
    margin: 25px 0px;
}

p {
    margin:10px 0px 20px 0px;
}

br {
    display: block;
    content: "";
    margin: 10px 0;
}

.iframe-wrapper {
    position: relative;
    padding-bottom: 54.1%; /* アスペクト比16:9の場合56.25 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 2rem; /* YouTubeの下に余白をつける */
}
.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------------------------------------------------------------
DIV
------------------------------------------------------------*/
#header {
    width: 100%;
    margin: 0;
    padding: 10px;
    color: #ffffff;
}

#footer {
    width: 100%;
    margin: 0;
    padding: 10px;
    color: #ffffff;
    overflow: hidden;
}

.container {
    display: table;
    width: 100% !important;
    margin: auto;
    padding: 0px;
    border: 0px;
    border-style: solid;
    border-color: #000000;
    overflow: hidden;
}

.container_blue {
    display: table;
    width: 100% !important;
    margin: 0 auto;
    padding: 0px;
    border: 0px;
    overflow: hidden;
    background-color: #f0f8ff;
}

.responsive {
    width: 90%;
    display: table;
    text-align: center;
    margin:0 auto;
    border:0px;
    border-style:solid;
    border-color:#000000;
    overflow: hidden;
}

.responsive_60 {
    width: 75%;
    display: table;
    text-align: center;
    margin:0 auto;
    border:0px;
    border-style:solid;
    border-color:#000000;
    overflow: hidden;
}

.responsive_left {
    width: 90%;
    display: table;
    text-align: left;
    margin:0 auto;
    border:0px;
    border-style:solid;
    border-color:#000000;
    overflow: hidden;
}

.print_page{
    display: inline-block;
    width: 172mm;
    height: 251mm;
    page-break-after: always;
    font-size: 0.8rem;
    line-height: 1rem;
    padding: 30px;
    margin: 30px;
    text-align: center;
    background-color:#ffffff;
    overflow: hidden;
    page-break-after: always;
}

.essay {
    width: 65%;
    display: table;
    text-align: left;
    margin:0 auto;
    border:0px;
    border-style:solid;
    border-color:#000000;
    overflow: hidden;
    background-color:#ffffe0;
}

.board {
    margin: 20px 5px; 
    padding: 10px; 
    text-align: left;
    background-color:#ffffe0;
    border-radius: 10px;
    box-shadow: #bdbdbd 2px 2px 5px; 
}

.repeat {
    position: absolute; 
    top: 250px; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    margin: 0; 
    padding: 0;
    width: 100%;
}

.flex_box{
    display : -webkit-box;     /* old Android */
    display : -webkit-flex;    /* Safari etc. */
    display : -ms-flexbox;     /* IE10        */
    display : flex;
    width: 100%;
    -webkit-flex-direction: row;  /* Safari etc. */
    -ms-flex-direction    : row;  /* IE10        */
    flex-direction        : row;
    vertical-align: middle;
}

.flex_box_side {
    display: table-cell;
    width: 30%;
    text-align: center;
    vertical-align: middle;
    font-size: 0.7rem;
    line-height: 0.9rem;
}

.flex_box_main {
    display: table-cell;
    width: 40%;
    text-align: center;
    vertical-align: middle;
}

.big_link_btn {
    display: inline-block;
    width: 250px;
    text-align: center;
    font-size: 1.2rem; 
    color: #ffffff; 
    background-color: #00bcd4; 
    border: solid 3px #00bcd4;
    padding: 10px 20px; 
    border-radius: 40px; 
    box-shadow: 2px 3px 4px gray;
    transition: 1s;
}

.big_link_btn:hover {
    color: #00bcd4; 
    background-color: #ffffff;
    border: solid 3px #00bcd4;
}

.box_left {
    float: left;
    margin-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.box_move {
    margin: 0px 10px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.box_right {
    float: right;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.box_title {
    float: left;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
}

.box_login {
    float: right;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.box {
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
}

.box_red {
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    color: #ff0000;
    overflow: hidden;
}

.box_blue {
    float: left;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    color: #0000ff;
    overflow: hidden;
}

div.back {
    width: 100%;
    display: table;
    border: 0px none;
    border-radius: 4px;
    padding: 10px;
    margin: 0px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    transition: 1s;
}
div.back:hover {
    background: #ffee8d;
}

div.menu_card {
    display: inline-block; 
    margin: 10px 0px;
    padding: 0px; 
    vertical-align: top; 
    border:solid 1px #e7e7e7;
    background-color: #e7e7e7;
    border-radius: 10px;
}

div.frame {
    border: 0px solid #c7c7c7;
    padding: 3px 10px;
    border-radius: 5px;
    text-align: left;
}

div.memo {
    width: 70%;
    height: 100%;
    float: right;
    text-align: right;
    margin: 0;
    padding: 0;
    color: #ff7600;
    overflow: hidden;
}

.clear {
    clear :both;
}

#foodList {
    color: #f26778;
    font-size: 18px;
  }
  
  #placeList {
    color: #007af4;
    font-size: 18px;
  }
/*------------------------------------------------------------
文字装飾
------------------------------------------------------------*/
.title_1 {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0.5rem;
}
.title_size {
    height: 3rem;
    width: 3rem;
}

.title_2 {
    font-size: 2rem;
    line-height: 4rem;
    font-weight: bold;
    color:#9ac1f9;
    text-shadow: 0px 1px 3px #cfcfcf;
}

.title_3 {
    font-size: 1.5rem;
    font-weight:bold;
    color:#333399;
}

.title_4 {
    font-size: 1rem;
    font-weight:bold;
    color:#333399;
}
.pr {
    font-size: 1.2rem;
    color : #002fff;
    background: #fffac2;
    font-weight: bold;
}

.max {
    font-size: 1rem;
}

.mid {
    font-size: 0.7rem;
    line-height: 1.5rem;
}

.mid_bold {
    font-size: 0.7rem;
    font-weight: bold;
    color: #ffffff;
}

.error {
    font-size: 2rem;
    color: #ff0000;
}



.min {
    font-size: 0.5rem;
}

.min_r {
    font-size: 0.5rem;
    color: #ff0000;
}

.number {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    background-color: #44b6e8;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    text-align: center;
}

p.center_left {
    text-align: center;
}
/*------------------------------------------------------------
カレンダー
------------------------------------------------------------*/
.calendar {
    width: 100%;
    border-collapse: collapse;
}

.calendar td {
    height: 100px;
    padding: 0px;
    border: solid;
    border-color: #ffffff;
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    text-overflow: clip;
}

.off {
    background-color: #e5e5e5;
}

.full {
    background-color: #ff7f50;
}

.busy {
    background-color: #ffd700;
}

.today {
    background-color: #98fb98;
}

.tomorrow {
    background-color: #ffd700;
}

.default {
    background-color: #87cefa;
}

.day {
    font-weight: bold;
}

.table_td {
    display: block;
    width: 100%;
    height: 100%;
}

.boxcontainer {
    display: inline-block;
    width: 100%;
    height: 25%;
    padding: 0px;
    overflow: hidden;
}

.main {
    display: inline-block;
    width: 100%;
    height: 75%;
    text-align: center;
    vertical-align: top;
    padding: 0px;
    font-size: 1.5rem;
    overflow: hidden;
}

.sub {
    text-align: center;
    line-height: 1rem;
    white-space: nowrap;
    font-size: 1.2rem;
    margin: 0px;
    padding: 0px;
}

div.list {
    width: 100%;
    height: 75%;
    text-align: left;
    vertical-align: top;
    font-size: 0.9rem;
    line-height: 0.9rem;
    margin: auto;
    padding: 0px;
}

.box_right {
    float: right;
    margin: 5px;
    padding: 5px;
    vertical-align: top;
}

.box_c {
    margin: 0px;
    padding: 0px;
    line-height: 1rem;
    text-align: justify;
    text-justify: inter-ideograph;
}

.req {
    color: #fff;
    background: #fb3b6f;
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    font-size: 1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

/* clearfix */
.boxcontainer:before,
.boxcontainer:after {
    content: "";
    display: table;
}
 
.boxcontainer:after {
    clear: both;
}

/*------------------------------------------------------------
▼スライドショー
------------------------------------------------------------*/
#slideshow {
   position: relative;
   width:  100%; /* ボックスの横幅 */
   height: auto; /* ボックスの高さ */
}

#slideshow div {
   position: absolute;
   top:  0;
   left: 0;
   z-index: 8;
   opacity: 0.0;
   margin: 0;
   background-color: white; /* ボックスの背景色(必須) */
   height: auto; /* ボックスの高さ */
}

#slideshow div.active {
   z-index: 10;
   opacity: 1.0;
}

#slideshow div.last-active {
   z-index: 9;
}

#slideshow div img {
   max-width:  100%; /* 画像の横幅 */
   height: auto; /* 画像の高さ */
   display: block;
   border: 0;
   margin-bottom: 10px;
}

/*------------------------------------------------------------
テーブル
------------------------------------------------------------*/
.entry {
    width: 100%;
    border-collapse: collapse;
}

.entry th {
    padding: 3px; 
    border: 1px solid #ffffff;
    background-color: #00bcd4;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
}

.entry td {
    padding: 3px;
    border: 1px solid #ffffff;
    background-color: #ffffe0;
    text-align: center;
    vertical-align: middle;
}

table.list {
    width: 100%;
    border-collapse: collapse;
}

.list th {
    border: 1px solid #ffffff;
    background-color: #00bcd4;
    color: #ffffff;
    text-align: center;
}

.list td {
    padding: 5px;
    border: 1px solid #ffffff;
    background-color: #ffc0cb;
    text-align: left;
    vertical-align: middle;
}

table.line {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0px;
}

.line th {
    border: 1px solid #ffffff;
    background-color: #00bcd4;
    color: #ffffff;
    text-align: center;
}

.line td {
    padding: 5px;
    border: 1px solid #c7c7c7;
    background-color: #ffffff;
    text-align: left;
    vertical-align: middle;
}
/*------------------------------------------------------------
howto
------------------------------------------------------------*/
.howto {
    text-align: left;
}

/*------------------------------------------------------------
topへ戻る
------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1rem;
    line-height: 0.5rem;
}
#page-top a {
    display: block;
    text-decoration: none;
    color: #0000ff;
    background-color: #ffffff;
    opacity: 0.6;
    width: 50px;
    height: 50px;
    text-align: center;
    border:1px solid #0000ff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    transition: .6s;
}
#page-top a:hover {
    color:#ffffff;
    text-decoration: none;
    border:1px solid #ff3300;
    background: #ff3300;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.4);
    opacity: 1;
    -webkit-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/*------------------------------------------------------------
フォーム
------------------------------------------------------------*/
select.select {
    box-sizing: border-box;
    width: 100%;
    background: #f0f8ff;
    font-size: 1.5rem;
    text-indent: 0.5rem;
    height: 3rem;
    margin: 0;
    padding: 0.3rem;
    transition: 0.3s;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="text"], input[type="password"], input[type="color"] {
    box-sizing: border-box;
    width: 100%;
    background: #f0f8ff;
    font-size: 1.5rem;
    text-indent: 0.5rem;
    height: 3rem;
    margin: 0;
    padding: 0.3rem;
    transition: 0.3s;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="text"].memo {
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
    background: none;
    border: 0px none;
    appearance: none;
    -webkit-appearance: none;
}

input[type="radio"] {
    vertical-align: middle;
    margin: 5px;
    display: inline-block;
}

.textarea {
    box-sizing: border-box;
    width: 100%;
    background: #f0f8ff;
    font-size: 1.5rem;
    text-indent: 0.5rem;
    height: 9rem;
    margin: 0;
    padding: 0.3rem;
    transition: 0.3s;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

/*------------------------------------------------------------
ボタン
------------------------------------------------------------*/
.btn {
    display : inline-block;
    width: 300px;
    height: auto;
    margin: 2px;
    padding: 0px;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    text-align: center;
    cursor: pointer;
    background: #1a1aff;
    color: #ffffff;
    line-height: 2.5rem;
    transition: .4s;
    appearance: none;
    -webkit-appearance: none;
}

.btn:hover {
    background: #ffd700;
    box-shadow: 0px 0px 10px #cccccc;
}

.btn_min_red {
    display : inline-block;
    padding: 5px;
    border-radius: 3px;
    border: none;
    font-size: 0.7rem;
    text-align: center;
    cursor: pointer;
    background: #ff0000;
    color: #ffffff;
    line-height: 1rem;
    transition: .4s;
    appearance: none;
    -webkit-appearance: none;
}

.btn_min_red:hover {
    color: #ffffff;
    background: #ff6bf8;
    box-shadow: 0px 0px 10px #ffffff;
}

.btn_min_blue {
    display : inline-block;
    padding: 5px;
    border-radius: 3px;
    border: none;
    font-size: 0.7rem;
    text-align: center;
    cursor: pointer;
    background: #2d54ff;
    color: #ffffff;
    line-height: 1rem;
    transition: .4s;
    appearance: none;
    -webkit-appearance: none;
}

.btn_min_blue:hover {
    color: #ffffff;
    background: #5171ff;
    box-shadow: 0px 0px 10px #ffffff;
}

.btn_min_gray {
    display : inline-block;
    padding: 5px;
    border-radius: 3px;
    border: none;
    font-size: 0.7rem;
    text-align: center;
    cursor: pointer;
    background: #bdbdbd;
    color: #ffffff;
    line-height: 1rem;
    transition: .4s;
    appearance: none;
    -webkit-appearance: none;
}

.login_btn {
    display : inline-block;
    width: 100px;
    height: 1.4rem;
    margin: 5px;
    padding: 0px;
    border-radius: 10px;
    border: none;
    font-size: 0.7rem;
    text-align: center;
    cursor: pointer;
    background: #ff0000;
    color: #ffffff;
    line-height: 1rem;
    transition: .4s;
    appearance: none;
    -webkit-appearance: none;
}

.login_btn:hover {
    color: #ff0000;
    background: #ffffff;
    box-shadow: 0px 0px 10px #ffffff;
}

.mini_link_btn {
    display : inline-block;
    margin: 5px;
    padding: 0px 20px;
    border-radius: 20px;
    border: none;
    font-size: 0.7rem;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #00d652;
    color: #ffffff;
    transition: .4s;
    appearance: none;
    -webkit-appearance: none;
}

.mini_link_btn:hover {
    color: #ffffff;
    background: #72ffa8;
}

/*------------------------------------------------------------
吹き出し（船長メッセージ）
------------------------------------------------------------*/
.message {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ff0000;
    border-radius: 8px;
}
.message .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1rem;
    font-size: 1.8rem;
    background: #FFF;
    color: #ff0000;
    font-weight: bold;
}
.message p {
    margin: 0; 
    padding: 0;
}

/*------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------*/
.agree {
    width: 300px;
    text-align: center;
    font-size: 0.7rem;
    margin: auto;
    padding: 10px;
    background-color: #ffa500;
    border-radius: 4px;
}


/*------------------------------------------------------------
ハンバーガーメニュー
------------------------------------------------------------*/
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
    opacity: 0.5;
}
#menu-btn-check {
    display: none;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;
    opacity: 0.9;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
/*------------------------------------------------------------
ローディングアイコン
------------------------------------------------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
}

.loader {
    color: #b3d0ff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  }
  @-webkit-keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes load6 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%,
    95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%,
    59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @-webkit-keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes round {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
}

/*------------------------------------------------------------
背景画像
------------------------------------------------------------*/
.bg_img_thankyou {
    background-image: url(../pix/hp/bg_thankyou.jpg);
    background-color: #5d90ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 50px 0px 100px 0px;
}

.bg_img_mypage {
    background-image: url(../pix/hp/bg_mypage.jpg);
    background-color: #5d90ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 50px 0px 100px 0px;
}

.bg_img_comm {
    background-image: url(../pix/hp/bg_comm.jpg);
    background-color: #000000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 50px 0px 100px 0px;
}

.bg_img_pass {
    background-image: url(../pix/hp/bg_pass.jpg);
    background-color: #5d90ff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    padding: 50px 0px 100px 0px;
}

/*------------------------------------------------------------
ログブック
------------------------------------------------------------*/
.flame_menu {
    width: 330px;
    margin: 10px;
    padding: 0px 0px 20px 0px;
    border: 0px;
    border-color: #cccccc;
    display: inline-block;
    background-color: #ffffff;
    transition: .4s;
}

.flame_menu img {
    width: 100%;
    vertical-align: top;
}

div.pagination_now {
    float: left;
    width: 2em;
    height: 2em;
    margin: 1px;
    border: 1px solid #6666ff;
    background: #6666ff;
    color: #ffffff;
}

.pagination_link {
    float: left;
    width: 2em;
    height: 2em;
    margin: 1px;
    border: 1px solid #6666ff;
}

/*------------------------------------------------------------
吹き出し（メッセージ）
------------------------------------------------------------*/
.message {
    position: relative;
    margin: 2rem 0;
    padding: 0.5rem 1rem;
    border: solid 1px #ff0000;
    border-radius: 8px;
}
.message .box-title {
    position: absolute;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    top: -7px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: #ff0000;
}
.message p {
    margin: 0; 
    padding: 0;
}

.tweet {
    display: inline-block;
    max-width: 60%;
    margin: 0px;
    padding: 20px;
    background-color:#fdff88;
    text-align: left;
    vertical-align: middle;
    font-size: 1.3rem;
    font-weight: bold;
    color:blue;
    border-radius: 20px;
}

.container_ranking {
    margin: 0 auto;
    padding: 5px;
    width: 95%;
    background-color: #fff;
    column-count: 4;
    column-gap: 0;
}
  
.grid {
    padding: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
    
.pic {
    padding: 5px 0;
    background-color: #ebebeb;
    color: rgb(0, 0, 0);
}
  
.grid > * {
    border-radius: 8px;
}
  
.pic > *:not(img) {
    padding: 0px;
}
/*------------------------------------------------------------
▼youtube
------------------------------------------------------------*/
.youtube {
    width: 560px;
    height: 315px;
}


/*------------------------------------------------------------
▼スマートフォン向け
------------------------------------------------------------*/
@media screen and (max-width: 1000px) {    
    .ranking_comment {
        width: 90%;
        margin: auto;
        text-align: left;
    }

    .container_ranking {
        column-count: 2;
    }
}

@media screen and (max-width: 768px) {
    img {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .youtube {
        width: 100%;
    }
        
    div.responsive {
        width: 94%;
    }
    
    div.responsive_60 {
        width: 90%;
    }
    
    .main {
        font-size: 0.5rem;
        line-height: 0.5rem;
    }

    .calendar td {
        height: 50px;
    }

    .howto {
        width: 98%;
    }

    .input_area {
        width: 98%;
    }

    .boxcontainer {
        font-size: 0.6rem;
        font-weight: normal;
    }
    
    .box_title {
        margin: auto;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }

    .box_login_responsive {
        display: block;
    }
    

    .title_1 {
        font-size: 1.6rem;
    }

    .title_2 {
        font-size: 1.2rem;
    }

    .title_3 {
        font-size: 1.1rem;
    }

    .repeat {
        top: 300px; 
        transform: translate(-50%, -80%); 
        width: 100%;
    }

    .essay {
        width: 90%;
    }

    .line th {
        font-size: 0.7rem;
    }

    .line td {
        font-size: 0.7rem;
    }

    .list th {
        font-size: 0.7rem;
    }

    .list td {
        font-size: 0.7rem;
    }

    .flip {
        display: none;
    }
    .flop {
        display: block;
    }
    
    .tweet {
        padding: 5px 15px;
        font-size: 0.8rem;
        font-weight: bold;
        color:blue;
        border-radius: 20px;
    }

    p.center_left {
        text-align: left;
        padding: 20px;
    }
    
    div.menu_card {
        margin: 10px 10px;
        box-shadow: 2px 2px 2px 2px #e0e0e0;
    }

    .container_ranking {
        column-count: 1;
    }
}
