/*
Theme Name: jinroumoon
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
ul,li{
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}


.display-sp{
  display: none;
}



.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}


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




audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  color: #902;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 24px;
  margin: 0em 0;
  line-height: 1.5;
}
.post-categories{
  display: inline-block;
  margin-left: 10px;
  margin-top: 1px;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}


html {
    overflow-y: scroll;
}

body {
    color: #222;
    text-align: left;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    overflow: visible;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 18px;
    line-height: 1.65;
    letter-spacing: 0;
  padding-top: 122px;
}

body.home{
  padding-top: 0;
  background:url(img/about_main.jpg) repeat center -130px;
}
body.single{
  background:url(img/about_main.jpg) repeat center -590px;
}
body.page{
  background:url(img/about_main.jpg) repeat center -590px;
}

    .display-sp {
        display: none!important;
    }
header{
  text-align: center;
  padding: 0px 0px 15px;
  text-align: left;
  line-height: 1;
  top: 0;
  left: 0;
  right: 0;
}
.home header{
}
header .logo img{
      max-height: 120px;
    max-width: 260px;
  width: auto;
}
.home header .logo img{
}

header nav{
  position: fixed;
  z-index: 101;
  top: 20px;
  background: #fff;
  border-radius: 40px;
  padding: 6px 30px 4px;
  right: 10%;
  font-family: 'Lato', sans-serif;
}

header nav ul{
  margin-top: 14px;
}
header nav li{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
    text-align: center;
}
footer ul{
  margin: 0px 0 15px;
}
footer li{
  display: inline-block;
  margin: 0 3px;
}
footer li a{
  color: #222;
  text-decoration: none;
}
footer li a:hover{
  text-decoration: underline;
  color: #000;
}

header nav a{
  text-decoration: none;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.1em;
    position: relative;
    cursor: pointer;
  padding: 10px 4px 10px;
  opacity: 1;
}
header nav a:hover{
  opacity: .77;
}


.home header nav a{
}


header nav a span{
    font-size: 12.5px;
    letter-spacing: 0.01em;
    display: block;
    opacity: 0.6;
    font-weight: bold;
    margin-top: 5px
}


/* Top and Bottom borders come in */
header nav a:after{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 2px;
    background: #000;
    opacity: .77;
    content: "";
    opacity: 0;
    transition: all 0.2s;
}

.home header nav a:after{
  background: #000;
}


header nav a:after{
    bottom: 0px;
    transform: translateY(0px);
}

header nav a:hover:after{
    opacity: 1;
    transform: translateY(-5px);
}

.font14{
  font-size: 14px;
}
.summit{
  font-size: 62px;
  color: rgba(255,255,255,0.92);
  background: #222;
  font-weight: bold;
  line-height: 1.2;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+3,3d3d3d+52,000000+96 */
background: #000000; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #000000 3%, #3d3d3d 52%, #000000 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #000000 3%,#3d3d3d 52%,#000000 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #000000 3%,#3d3d3d 52%,#000000 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  
  background-image: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  text-shadow: 2px 2px 0 #000;
}
.summit_box{
  max-width: 720px;
  margin: 20px auto;
  border-radius: 20px;
  padding: 1px 20px;
  background: #fff;
  box-shadow: 0 3px 1px rgba(0,0,0,0.3);
}
.entry-content .summit_box h2{
  margin-top: 12px;
  text-shadow: 2px 2px 0 #ffff4f;
  letter-spacing:0.3em;
}
header .logo{
  padding: 0px 0px 0;
  z-index: 10;
  height: 160px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 40px;
  background: url(img/logo_bg.png) no-repeat;
  position: fixed;
  top: 0;
  z-index: 101;
  width: 280px;
}
.home .logo{
}

.shoplist_head,
.home h2{
  text-align: center;
  font-size: 22px;
    transform: skewX(-11deg);
  letter-spacing: 0.1em;
}

.home h2 br{
  display: none;
}

.wp_social_bookmarking_light{
  margin-top: 100px;
}

footer h3{
  margin-bottom: -8px;
}

.kyaraberyu h3{
  letter-spacing: 0.1em;
  font-size: 22px;
}

.sns_box{
  margin-bottom: 33px;
    margin-left: 0;
    padding-left: 0;
  margin-top: 0;
}
.sns_box li{
  list-style: none;
  display: inline-block;
  margin: 0 13px;
}

.sns_box li a{
  color: #fff;
  font-size: 38px;
  color: rgba(255,255,255,0.82);
}

.sns_box li a .fa-twitter{
  color:#00aced ;
}
.sns_box li a .fa-facebook{
  color:#305097 ;
}
.sns_box li a:hover{
  color: rgba(255,255,255,1);
}


iframe{
  max-width: 100%;
}


.copy{
  display: inline-block;
  color: rgba(0,0,0,0.56);
  line-height: 1;
}


footer{
  text-align: center;
  color: #222;
  padding-top: 100px;
  padding-bottom: 30px;
  font-size: 13px;
  background-color:  rgba(242,242,242,1) ;
}
footer p{
  margin-bottom: 0;
}
.footer_menu{
  text-align: center;
}
.footer_menu li{
  display: inline-block;
  font-size: 14px;
  padding: 0 14px;
  border-right:1px solid rgba(255,255,255,0.7);
  line-height: 1.2;
}

.home_img{
  background-size: cover;
    min-height: 630px;
  text-align: center;
  color: #fff;
}

.home_img h1{
  padding-top: 220px;
  font-size: 44px;
  text-shadow: 0 0 8px rgba(0,0,0,0.85);
font-family: "Rounded Mplus 1c";
  font-weight: 800;
  margin-bottom: 0;
}
.home_img h2{
  font-size: 32px;
  text-shadow: 0 0 8px rgba(0,0,0,0.85);
font-family: "Rounded Mplus 1c";
  font-weight: 800;
  color: #ffee00;
  margin-top: 0;
  margin-bottom: 0;
}

.yellow{
  color: #F4B62F;
  font-weight: bold;
}
.home_img p{
  font-size: 23px;
  width: 700px;
  font-weight: bold;
  margin: 7px auto;
  text-align: left;
  text-shadow: 0 0 4px rgba(0,0,0,0.85);
}



.gmenu a{
  position: relative;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  padding: 0 0.7em;
}
.gmenu li:nth-child(3n){
  margin-left: 350px;
}
.gmenu li a:before {
  position: absolute;
  content: '';
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  opacity: 0;
  left: 15%;
  right: 15%;
  top: 0;
  bottom: -8px;
  border-bottom: 3px solid #F4B62F;
}
.current_page_item a,
.gmenu a:hover,
.gmenu .current a:hover{
  color: #000;
}
.current_page_item li a:before,
.gmenu li a:hover:before,
.gmenu .current a:before {
  opacity: 1;
  left: 0;
  right: 0;
}

.footer{
  margin-top: 33px;
}
.footer_menu li:last-child{
  border: none;
}


.footer_inner{
  padding: 30px 0 50px;
}
.footer_inner img{
  max-width: 220px;
}
.footer_menu a{
  color: rgba(255,255,255,0.7);
  text-decoration: none;
}
.footer_menu a:hover{
  color: rgba(255,255,255,1);
}
.copyright{
  padding-top: 20px;
  text-align: center;
  font-size: 12px;
}


#primary{
  padding: 0 0 0px;
  min-height: 333px;
}
.box{
  padding: 50px 0;
}
.box_inner{
  margin: 0 auto;
  width: 1000px;
}
.map_box{
  margin-bottom: -10px;
}
.box01{
}


.box02{
  background: #fff;
}

.entry-title{
  margin-top: 48px;
  margin-bottom: 29px;
}
h1.entry-title{
  margin-top: 22px;
  margin-bottom: 44px;
}

.entry-content img{
  max-width: 100%;
  height: auto;
}
.entry-content h2{
  padding: 4px 0px 0;
  margin-top: 32px;
  color: #111;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #111;
  letter-spacing: 0.13em;
}

.single .entry-content,
.page .entry-content{
  text-align: left;
  width: 700px;
  margin: 0 auto;
  padding-bottom: 88px;
}
.entry-content{
  font-size: 16px;
}

h3{
  margin-top: 43px;
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
  line-height: 1.3;
  background: #eee;
  border-left: 3px solid #ccc;
  margin-bottom: 11px;
}




.wpcf7-form-control.wpcf7-submit {
    padding: 10px 0;
    cursor: pointer;
    width: 80%;
    letter-spacing: 0.4em;
    display: block;
    border: 1px solid #CCC;
    margin: 8px auto 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px #E7E7E7;
    -moz-box-shadow: 1px 1px 2px #E7E7E7;
    background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}
.wpcf7-form dl {
  border-top: 1px #CCCCCC solid;
  margin: 15px 0 15px;
  padding: 0 0px 10px;
}

.wpcf7-form dl dt {
  float: left;
  width: 12em;
  padding: 14px 0;
  font-weight: bold;
  line-height: 200%;
}
.wpcf7-form dl dt h5{
  margin: 0;
}

.wpcf7-form dl dd {
  padding: 15px 0 15px 12em;
  margin-left: 0;
  line-height: 200%;
  border-bottom: 1px #CCCCCC solid;
}



.btn01{
  text-align: center;
  margin: 30px 0;
}
.btn01 a{
  display: inline-block;
  padding: 16px 40px;
  color: #fff;
  border-radius: 12px;
  background: #333;
  letter-spacing: 0.03em;
  text-decoration: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  border:1px solid rgba(0,0,0,0.2);
  box-shadow: 0 -2px 0 rgba(0,0,0,0.3) inset;
}
.btn01 a i{
 vertical-align: 0;
  margin-right: 8px;
}
.btn01 a:hover{
  background: #111;
}

.home01{
  padding-top: 193px;
  padding-bottom: 163px;
  text-align: center;
  background: #143a72;
  min-height: 260px;
}


.error-404{
  max-width: 700px;
  text-align: left;
  margin: 20px auto;
}

h1.entry-title,
.archive h1,
.home01 h1{
  font-weight: bold;
  display: inline-block;
  font-size: 78px;
  line-height: 1.4;
  text-align: center;
  border: none;
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin-bottom: 1px;
  letter-spacing: 0.1em;
  position: relative;
}
.page h1.entry-title{
    margin-bottom: 33px;
}
h1.entry-title,
.archive h1{
  color: #222;
  font-size: 32px;
  text-align: center;
}

.page article,
.archive main{
  text-align: center;
}

h1.entry-title:before,
.archive h1:before,
.home01 h1:before{
  position: absolute;
  top: 1.3em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 4px;
  background: #fff;
  transition: 1.2s;
transition-timing-function:ease-in-out;
}
h1.entry-title:before,
.archive h1:before{
  background: #222;
}

.loaded h1.entry-title:before,
.loaded.archive h1:before,
.loaded .home01 h1:before{
  width: 100%;
}

#content .wrap{
  background: #fff;
}
.home #content .wrap{
  background: none;
}



.home01 h1 span{
 color: #FF4F65; 
}
.home01 h2{
  font-weight: bold;
  font-size: 5vw;
  text-align: center;
  border: none;
  letter-spacing: 0.04em;
  background: #fff;
  font-family: 'Lato', sans-serif;
  padding: 3px 30px;
  display: inline-block;
  color: #232;
  margin-bottom: 0;
  box-shadow: 6px 6px 0 rgb(0,0,0,0.26);
}
.home01 h3{
  margin-top: 20px;
  font-weight: bold;
  font-size: 1.9vw;
  border-radius: 50px;
  text-align: center;
  border: none;
  letter-spacing: 0.03em;
  background: #216acb;
    font-family: 'Lato', sans-serif;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
}
.scroll_down{
  z-index: 9;
  margin-top: 33px;
  color: #333;
  font-size: 42px;
  text-align: center;
}
.scroll_down i{
  font-size: 82px;
  display: block;
  animation: vertical 1s ease-in-out infinite alternate;
}
@keyframes horizontal {
    0% { transform:translateX( -3px); }
  100% { transform:translateX(  0px); }
}
@keyframes vertical {
    0% { transform:translateY(-10px); }
  100% { transform:translateY(  0px); }
}


.innner_box{
  width: 980px;
  text-align: center;
  margin: 0 auto 77px;
}

.app_box{
  vertical-align: top;
  width: 30%;
  margin: 0 1%;
  display: inline-block;
}
.app_box a:hover{
  opacity: 0.82;
}
.app_box img{
  max-width: 220px;
  height: auto;
}

.app_box h3{
  margin-top: 11px;
  font-weight: normal;
}
dl,
dt,
dd {
  box-sizing: border-box;
}
dl.table {
  background: #fafafa;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
dl.table dt,
dl.table dd {
  padding: 10px 10px 0 10px;
  border-top: 1px solid #fff;
}
dl.table dt {
  width: 40%;
  float: left;
  font-weight: bold;
}
dl.table dd {
  background: #fff;
  margin-left: 40%;
  padding-bottom: 10px;
  border-left: 1px solid #fff;
}
dl.table dd:after {
  content: '';
  display: block;
  clear: both;
}

.home02{
  padding: 110px 0;
  background: #f2f91c;
  color: #000;
}
.home05{
  padding: 110px 0;
  background:  rgba(222,222,71,0.52);
  color: #000;
}
.home06{
  padding: 110px 0;
  background: #eee;
  color: #000;
}

.entry-content h2.shoplist_head,
.home02 h2,
.home06 h2,
.home03 h2,
.home04 h2,
.home05 h2{
  font-family: 'Lato', sans-serif;
  font-size: 55px;
  margin-top: 0;
    font-weight: bold;
      font-style: italic;
    margin-bottom: 1px;
}
.entry-content h2.shoplist_head{
  font-size: 44px;
  border:none;
}
.home02 p{
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.home03{
  padding: 100px 0;
  background: url(img/home03_bg.png) repeat #fff;
    background-size: 100% auto;
}


.home04{
  padding: 100px 0;
  background: #639adb;
  text-align: center;
}
.home04 h3{
  font-size: 26px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  max-width: 700px;
  margin: 40px auto 1px;
    background: none;
    border-left: none;
}
.home04 p{
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.price_list{
    margin-top: 5px;
}
.price_box_parent{
  margin: 0 auto;
}
.home .price_box_parent{
  width: 880px;
  margin: 0 auto;
}

.price_box{
  width: 48%;
  margin-right: 4%;
  float: left;
}
.price_box + .price_box{
  margin-right: 0;
}

.price_head:before{
  display: none;
}
.price_head{
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin-top: 6px;
    margin-bottom: 1px;
    border-left: none;
    padding: 5px 0px;
  border-bottom: 1px solid #fff;
    text-align: center;
    color: #333;
    background: none;
}
.home .price_head{
    padding: 0px 0px;
    font-size: 22px;
    color: #fff;
    background: none;
}
.price_list dt strong{
  margin-right: 6px;
}
.price_list dt span{
  margin-left: 7px;
  font-size: 12px;
}
.price_list dt span.red{
    color: #900;
    font-weight: bold;
}
.home .price_list dt span.red{
    color: #ee0;
}
.red{
    color: #900;
    margin-top: 1px;
}

.wpcf7 dt span.red{
    color: #fff;
    background: #900;
    font-size: 11px;
    line-height: 1;
    display: inline-block;
    margin-left: 6px;
    vertical-align: middle;
    padding: 3px 4px;
}
.price_list dt{
  padding: 10px;
  background: rgba(0,0,0,0.11);
}
.home .price_list dt{
  background: rgba(0,0,0,0.45);
}
.price_list dd{
  padding: 10px;
  border: 1px solid #ccc;
  border-top: none;
  background: rgba(255,255,255,0.8);
  color: #222;
  margin-top: -1px;
  margin-left: 0;
  margin-bottom:8px;
}
.price_list dd span{
    font-size: 13px;
    display: block;    
}
.meta{
  color: #999;
  font-size: 17px;
  letter-spacing: 0.1em;
  font-family: 'Lato', sans-serif;
}


ul.sns-box {
  box-sizing: border-box;
  margin-bottom: 30px;
  margin-top: 3px;
}

ul.sns-box li {
  float: left;
  width: 33.333%;
}

ul.sns-box li a {
  padding-top: 11px;
  box-sizing: border-box;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.1em;
  height: 48px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: 'Lato', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
}

ul.sns-box li a:hover {
  opacity: .85;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.85);
}

ul.sns-box li a img {
  width: 34px;
  height: auto;
  display: inline;
  margin: 0 auto;
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

ul.sns-box li i {
  color: #fff;
  font-size: 24px;
  margin-right: 5px;
  vertical-align: -2px;
}
ul.sns-box li a img{
  margin-right: 2px;
}

ul.sns-box li.sns-fb a {
  background: #3B5998;
}

ul.sns-box li.sns-hatebu a {
  padding-top: 7px;
}

ul.sns-box li.sns-hatebu a img {
  vertical-align: -10px;
}

li.sns-hatebu a {
  background: #0071c5;
}

ul.sns-box li.sns-tw a {
  background: #66BBE9;
}

ul.sns-box li.sns-line a {
  background: #00c300;
}

.fa-twitter{
  color: #55acee;
  margin-right: 4px;
}

.post-edit-link {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    background: #444;
    z-index: 9999999;
    color: #fff;
    padding: 2px 8px;
  font-size: 13px;
    text-decoration: none;
}


  .contactForm {
    width: 100%;
  }
  .contactForm dl dt {
    float: none;
    width: auto;
    padding: 10px 0 0 0;
    font-weight: bold;
    line-height: 150%;
  }
  .contactForm dl dd {
    padding: 10px 0 10px 0;
    line-height: 150%;
    border-bottom: 1px #CCCCCC solid;
  }
  .contactForm input {
    width: 99%;
    border: 1px solid #CCC;
  }
  .contactForm textarea {
    width: 99%;
    border: 1px solid #CCC;
  }



.contactForm.rirekisho_box{
  padding: 20px;
  border: 4px #000 solid;
  width:auto;
}

.wpcf7-form input,
.wpcf7-form textarea,
.contactForm.rirekisho_box input,
.contactForm.rirekisho_box textarea{
  background: #eee;
  border:none;
  margin-bottom: 3px;
  padding: 6px;
}
.rirekisho_box_title{
  font-size: 28px;
}

.wpcf7-form .contactForm input.rirekisho_box_small{
  display: inline-block;
  width: 7em;
  margin: 0 3px;
}
.wpcf7-form .contactForm input.rirekisho_box_sns{
  display: inline-block;
  width: 12em;
  margin: 0 3px;
}

span.wpcf7-not-valid-tip{
  font-size: 14px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    background: #f7e700;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
  color: #fff;
}


.contactForm.rirekisho_box input[type=radio]{
  display: inline-block;
  width: 1.2em;
}
.rirekisho_box_smallfont{
  font-size: 12px;
}
.rirekisho_box .red{
  padding: 2px 5px;
  line-height: 1;
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  color: #fff;
  background: #c00;
    vertical-align: middle;
}


  .by{
    margin-bottom: 11px;
  }
  .by img{
    width: 160px;
    vertical-align: middle;
    margin-left: 7px;
  }


/* faq */

dl.faq {
  margin-top: 20px;
}

dl.faq dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  background: url(img/faq_icon_q.png) no-repeat #FFA600 3px 1px;
  padding-left: 55px;
  padding-top: 10px;
  padding-bottom: 6px;
  padding-right: 10px;
  color: #fff;
}

dl.faq dd {
  margin-bottom: 50px;
  min-height: 45px;
  margin-left: 0;
  padding: 0 1px;
}

.owner-box .sns-box,
.author-box .sns-box {
  display: inline-block;
}

.fa-home {
  color: #FF9900;
  margin-right: 6px;
}

.author-box .fa-twitter,
.owner-box .fa-twitter {
  color: #00aced;
  margin-right: 6px;
}

.owner-box p{
  font-size: 14px;
}


.lato{
  font-family: 'Lato', sans-serif;
}

footer .logo{
  width: 280px;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  height: auto;
  margin-bottom: 40px;
}
footer .twitter_icon,
footer .instagram_icon{
    display: inline-block;
    margin: 0 10px;
}
footer .twitter_icon a{
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  background: #55acee;
  margin: 0;
  margin-bottom: 20px;
  display: inline-block;
}
footer .instagram_icon a{
  border-radius: 100px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
  background: #D93177;
  margin: 0;
  margin-bottom: 20px;
  display: inline-block;
}
footer .twitter_icon a i.fa-twitter{
  margin-right: 0;
  color: #fff;
}

footer .instagram_icon a:hover,
footer .twitter_icon a:hover{
  opacity: 0.79;
}

.author-box {
  background: #fafafa;
  padding: 20px 20px 15px;
  margin: 40px 0 30px;
}
.author .author-box{
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}

.author-box div.position {
  font-size: 12px;
}

.author-box div.name {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.04em;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 3px;
}

.author-box p {
  margin-bottom: 5px;
  font-size: 13px;
  overflow: hidden;
  margin-top: 0;
}

.author-box img {
  float: left;
  margin: 0 20px 12px 0;
  border-radius: 100%;
}
.fa-facebook {
    color: #305097;
}

a.to_gmaps, .shoplist-list-detail a.to_gmaps {
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #6cbe00;
    line-height: 1;
    padding: 8px 16px 8px;
    margin-top: 4px;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 4px;
}
a.to_gmaps i, .shoplist-list-detail a.to_gmaps i {
    margin-left: 0;
    margin-right: 6px;
    opacity: .8;
}

.event_btn{
    text-align: center;
    margin-bottom: 44px;
}
.btn{
    font-size: 13px;
    display: inline-block;
    color: #fff;
    background: #111;
    line-height: 1;
    padding: 8px 16px 8px;
    margin-top: 4px;
    margin-bottom: 8px;
    text-decoration: none;
    border-radius: 0px;
    opacity: 0.82;
}
.btn:hover{
    opacity: 1;
}
.btn .fa-caret-right{
    margin-left: 7px;
}
/*pagenavi*/

.wp-pagenavi {
  text-align: center;
  margin-top: 90px;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background: #ff6!important;
  color: #222!important;
  border: 1px solid #ff6!important;
  text-decoration: none!important;
}

.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink {
  background: #ccc!important;
  color: #fff!important;
  border: 1px solid #ccc!important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 5px 10px;
  border-radius: 3px;
    color: #222;
    font-weight: bold;
    border-color: #eee;
    background: #eee;
}

.wp-pagenavi-nextpage span{
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none!important;
}

.wp-pagenavi-nextpage a{
  border: none;
  padding: 5px 0;
}
.wp-pagenavi-nextpage a span{
  background: #fff;
  color: #000;
  border: 1px solid #000;
  text-decoration: none!important;
}

.wp-pagenavi-nextpage a:hover{
  border: none!important;
  background: none!important;
}

.wp-pagenavi-nextpage a:hover span{
  background: #000;
  color: #fff;
  border: 1px solid #000;
  text-decoration: none!important;
}

a.tel{
    text-decoration: none;
    color: #222;
    cursor: default;
}


.entry-content .fc-left h2{
    margin-top: 1px;
}
.fc-day-grid-event .fc-content {
    white-space: inherit;
}
.fc-center strong{
    font-size: 22px;
    display: inline-block;
    margin-right: 11px;
}

.post-type-archive-event .entry-content,
.page-id-177 .entry-content{
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 33px;
}
.fc-time{
    display: block;
}

.fc-unthemed td.fc-today{
}
.fc-title{
    font-size: 14px;
}
.fc-sun{
    background: #FFE8E8;
}
.fc-sat{
    background: #E8EFFF;
}
.drinkMenuList {
    float: left;
    width: 230px;
    font-size: 14px;
}
.drinkMenuList strong{
    color: #900;
    font-style: italic;
    letter-spacing: 0.1em;
}


.event_archive{
  padding: 10px;
  display: block;
  background: #f6f6f6;
}
.event_box a.event_archive{
    display: block;
}
.event_archive img{
  max-width: 100%;
  height: auto;
}

#calendar{
    margin-top: 44px;
}
.calendar_2{
    border-color: #FF316C;
    background: #FF316C;
}
.calendar_3{
    border-color: #333;
    background: #333;
}
.abematv_event_icon{
    color: #333;
    display: inline-block;
    
}
.kashikiri_event_icon{
    color: #3788d8;
    display: inline-block;
}
.normal_event_icon{
    color: #FF316C;
    display: inline-block;
}


dl.shop-info {
  letter-spacing: -0.31em;
  *letter-spacing: normal;
  word-spacing: -0.43em;
  margin-top: 12px;
  margin-bottom: 50px;
}


/*
 * Reset of the white-space hack
 * The width + left/right padding of DTs/DDs equals 50%
 * (to create two equal columns)
 */

dl.shop-info dt,
dl.shop-info dd {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

dl.shop-info dt {
  width: 22%;
  font-size: 14px;
  font-weight: bold;
  padding: 9px 0px 9px 10px;
}

dl.shop-info dd {
  width: 78%;
  font-size: 15px;
  padding: 9px 0px 9px 10px;
}


/*
* To keep things tight
*/

dl.shop-info dt {
  margin-right: -1px;
}


/*
* borders
*/

dl.shop-info {
  border-bottom: 1px solid #ddd;
}

dl.shop-info dt,
dl.shop-info dd {
  border-top: 1px solid #ddd;
}

.event-date{
    font-size: 14px;
    font-weight: normal;
}
.event-date:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 4px;
  display: inline-block;
  color: #889;
  height: 1.2em;
}





blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    margin-left: 1%;
    margin-right: 1%;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #9dd4ff;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.paging{
    text-align: center;
    margin-top: 22px;
    font-size: 38px;
}
.paging .prev,
.paging .next{
    display: inline-block;
    margin: 0 10px;
}
.paging a{
    color: #555;
}
.paging a:hover{
    color: #000;
}

.banner-box div{
    display: inline-block;
    margin: 0 0.3% 20px;
    width: 24%;
}
.banner-box div img{
    max-width: 300px;
  width: 100%;
}


/*貸切*/

.charter-caution {
  font-size: 20px;
  color: #ff0000;
  font-weight: bold;
  margin-bottom: 30px;
}

.charter-table {
  width: 100%;
  margin-bottom: 30px;
}

.charter-table th,
.charter-table td {
  border: 1px solid #000;
  padding: 20px;
  text-align: center;
}

.charter-table th {
  background: #F6F6F6;
  font-size: 20px;
  font-weight: bold;
}

.day01.charter-table td {
  background: #fff;
  font-size: 35px;
  color: #9CD700;
  font-weight: bold;
}

.day02.charter-table td {
  background: #fff;
  font-size: 35px;
  color: #FF9900;
  font-weight: bold;
}

.charter-table td span {
  font-size: 20px;
}

.day01.charter-table .day-th {
  font-weight: normal;
  font-size: 35px;
  color: #9CD700;
}

.day02.charter-table .day-th {
  font-weight: normal;
  font-size: 35px;
  color: #FF9900;
}



button.button-start-quiz{
  font-size: 0!important;
  
}
button.button-start-quiz:before{
  font-size: 20px; 
  content: "スタート！";
}
.timer_start{
    margin: 20px auto 5px;
    min-width: 300px;
    width: 60%;
    text-align: center;
    background: #20b2aa; 
    color: #fff;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 -3px 0 rgba(0,0,0,0.2) inset;
}
#count_box{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 0 20px;
    text-align: center;
    font-weight: bold;
    z-index: 1;
    background: rgba(0,0,0,0.7);
}
#count_box span{
    color: #fff;
    font-size: 29px;
}
.tweet_tsume {
    padding-top: 11px;
    box-sizing: border-box;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.1em;
    height: 48px;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-family: 'Lato', sans-serif;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    background: #66BBE9;
    font-weight: bold;
}

.timer_box{
    text-align: center;
}
.timer_box input{
    display: inline-block;
    margin: 0 10px;
}
.timer_box .timer_start{
    display: block;
    border: none;
    width: 100%;
    font-size: 22px;
}
.timer_box input[disabled]{
    color: #ccc;
}

.school_box{
  text-align: center;
  display: flex;
  margin-left: 2%;
  margin-right: 2%;
}
.school_box li{
  width: 48%;
  margin: 10px 3%;
}
.school_box li img{
  max-width: 100%;
  height: auto;
}

.reopen_box01{
  margin-top: 55px;
  margin-bottom: 22px;
  display: flex;
  flex-wrap: wrap;
}

.home_corona{
  background: #fff;
  padding: 80px 40px 30px;
}


.home_corona p{
  margin: 0 auto 33px;
  max-width: 1000px;
}
.reopen_box01{
  margin: 0 auto;
  max-width: 1000px;
}
.reopen_box01 dt{
  width: 12%;
  text-align: center;
  margin-bottom: 30px;
}
.reopen_box01 dt img{
  max-width: 100%;
  height: auto;
}
.reopen_box01 dd{
  width: 30%;
  padding-left: 0;
  margin-left: 2%;
  margin-right: 6%;
    margin-bottom: 33px;
}
.home_youtube{
    margin-bottom: 100px;
    text-align: center;
}
.home_youtube iframe{
    margin-bottom: 44px;
}
.home_youtube img{
    max-width: 400px;
}

.shop_list{
  width: 1000px;
  margin: 40px auto;
  display: flex;
}
.shop_list li{
    position: relative;
    overflow: hidden;
  width: 30%;
  margin: 0 1.5%;
}
.shop_list li a{
  border-radius: 22px;
  background: #000;
  line-height: 0;
  display: block;
}
.shop_list li img{
  border-radius: 22px;
  width: 100%;
  height: auto;
  opacity: .66;
}

.shop_list li a:hover img{
  opacity: 0.52;
}
.shop_list_name{
    position: absolute;
    top: 100px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 39px;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.shop_list_info{
    position: absolute;
    top: 150px;
  letter-spacing: 0.04em;
    text-align: center;
    color: #ff6;
    font-weight: bold;
    font-size: 20px;
  font-size: clamp(15px, 5vw, 25px);
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.info01{ 
    background: #ff0000;
    color: #ffffff;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 15px 0;
}
.info01 a{
  color: #fff;
}
dl.news_box{
  width: 760px;
  background: #fff;
  border-radius: 22px;
  padding: 30px 30px 22px;
  box-sizing: border-box;
  margin: 30px auto;
}
dl.news_box dt{
  width: 120px;
  display: inline-block;
  vertical-align: top;
  color: rgba(80,0,0,0.90);
    font-size: 15px;
    font-weight: bold;
    margin-top: 2px;
}
dl.news_box dd{
  width: 570px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0;
  margin-bottom: 10px;
  text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #111;
}
dl.news_box dd a{
  color: #232;
}
.news_head{
  background: #232;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
}

.tencho_box{
  display: flex;
  margin-bottom: 5px;
}

.tencho_img {
  margin-top: 20px;
  margin-right: 10px;
  width: 35%;
}

.tencho_img img{
  width: 100%;
  height: auto;
}


.balloon_left {
  position: relative;
  margin: 1.5em 0 1.5em 15px;
  padding: 17px 20px;
  min-width: 120px;
  max-width: 100%;
  width: 65%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
  border-radius: 10px;
  height: fit-content;
}

.balloon_left:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -15px;
  top: 30px;
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #e0edff;
}

.balloon_left p {
  margin: 0;
  padding: 0;
}

.open_head{
  background: #f9c626;
  font-weight: bold;
  font-style: italic;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}


.line_icon{
  width: 18px;
  height: auto;
  margin-right: 5px;
  vertical-align: middle;
}


.event_box01{
  display: flex;
  border-top:1px solid #ccc;
  flex-wrap: wrap;
  margin-bottom: 33px;
}
.event_box01 dt{
  box-sizing: border-box;
  padding: 12px 12px;
  width: 12%;
  padding-right: 0%;
  font-size: 15px;
  font-weight: bold;
  border-bottom:1px solid #ccc;
  margin: 0;
}
.event_box01 dd{
  box-sizing: border-box;
  padding: 12px 15px;
  width: 88%;
  border-bottom:1px solid #ccc;
  margin: 0;
}

.aiseki{
  text-align: center;
  display: flex;
  justify-content: center;
}
.aiseki li{
  width: 22%;
  margin: 0 1%;
}
.aiseki li img{
  width: 100%;
  height: auto;
}




/* iPad1024px */

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {

  body {
      /*
    min-width: 1020px;
      
      */
    _display: inline;
    _zoom: 1;
  }
}
/* iPad1024pxここまで */


/* iPad768px */

@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:portrait) {

  body {
      /*
    min-width: 1020px;
      */
    _display: inline;
    _zoom: 1;
  }
    .home .price_box_parent{
        width: auto;
    }
    header nav a{
        
    }header nav li {
    display: inline-block;
    margin-left: 1px;
    text-align: center;
}
    header nav {
    right: 1%;
}
    
}
/* iPad768px ここまで */


