body {
 word-break: break-all;
 hanging-punctuation: first allow-end last;
}
#sub .fixed#fixedArea {
	bottom: 0px; position: fixed; z-index: 1;
}
.list-style_none li{
  list-style: none;
}

.H08-001-01-inner dt {
    font-weight: bold;
    font-size: 1.5em;
    padding-top: 1.5em;
}

.target_blank a:not([href*=amazon])[target="_blank"] {
    position: relative;
    margin-right: 20px;
    text-decoration: none;
}

.target_blank a:not([href*=amazon])[target="_blank"]:after {
    position: absolute;
    margin-left: 1px;
    content: "";
    width: 25px;
    height: 15px;
    background-image: url(../../../../common/png/icon-blank-01@2x.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 0;
    -webkit-filter: opacity(50%); filter: opacity(50%);
}

.frame{
    border: 1px solid #CCCCCC;
}

.frame-border_red{
    border: 1px solid #FF6464;
}
.frame-button {
  display: inline-block;
  text-decoration :none;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  transition: .3s;
}

.frame-padding {
  padding: 10px;
}

.frame-margin {
  margin: 10px;
}

.frame-bkcolor_deeppink {
  background-color: deeppink;
  color: aliceblue;
}
.frame-bkcolor_deeppink a {
  color: aliceblue;
}

.frame-bkcolor_fff8eb {
    background-color: #FFF8EB;
    color: #000000;
}
.frame-bkcolor_ffeedd a {
  color: #000000;
}

.frame-bkcolor_ffeedd {
  background-color: #ffeedd;
  color: #000000;
}
.frame-bkcolor_ffeedd a {
  color: #000000;
}

.frame-bkcolor_eeeeee {
  background-color: #eeeeee;
  color: #000000;
}
.frame-bkcolor_eeeeee a {
  color: #000000;
}

.frame-bkcolor_antiquewhite {
    background-color: antiquewhite;
    color: #333333;
}
.frame-bkcolor_antiquewhite a {
  color: #333333;
}

.frame-bkcolor_ivory {
    background-color: ivory;
    color: #333333;
}
.frame-bkcolor_ivory a {
  color: #333333;
}

.frame-bkcolor_lightpink {
    background-color: lightpink;
    color: #3F3F3F;
}
.frame-bkcolor_lightpink a {
  color: #3F3F3F;
}


.stitch01 {
    font-size: 2.3em;
    font-weight: bold;
    color: #fff;
    border: 2px dashed #ffecef;
    background: #F9B8CD;
    border-radius: 8px;
    box-shadow: 0 0 3px 3px #F9B8CD;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.point {
    position: relative;
}

.point::after {
    content: 'Point';
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 0.5em;
    left: 10px;
    position: absolute;
    top: 3px;
}

.heightL_Max{
min-height: 300px;
}

.heightR_Max{
height: 300px;
}

/* button color */
.header-menu-button {
background-color: #38ADE3 !important;
}

/* Sub title color */
.H01-001-02 {
    background-color: #ffffff !important;
    color: #FF1A77 !important;
    /*border-bottom: 3px solid #FF1A77;*/
    font-weight: bold;
    margin-top: 50px;
    font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
    padding-left: 45px;
    font-size: 32px;
    }
.H01-001-02::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url("../images/point.png");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 0;

}

/* MENU color */
.L02-002-title {
    background-color: #38ADE3 !important;
    color: #ffffff !important;
}


.L02-002-title a:hover {
color: #FF1A77 !important;
}
.L02-002-title:hover {
background-color: #FFFFFF !important;
color: #FF1A77 !important;
box-shadow: 0 0 0 2px #FF1A77 inset !important;
}
.L02-002-list__item>a, .L02-002-list__item_state_active>a {
color: #888 !important;
}
.L02-002-list__item>a:hover {
color: #000 !important;
}

.L02-002-list__item>a::before {
background-color: #38ADE3 !important;
}
.L02-002-oder-list__item>a::before {
background-color: #38ADE3 !important;
}

.L02-002-list__item>a:hover::before,
.L02-002-list__item>a:hover::after,
.L02-002-oder-list__item>a:hover::before,
.L02-002-oder-list__item>a:hover::after {
background-color: #38ADE3 !important;
}

.L02-002-list__item_state_active>a::before {
background-color: #38ADE3 !important;
}
.L02-002-oder-list__item_state_active>a::before {
background-color: #38ADE3 !important;

}

/* footer color */
.footer__section_type {
  background-color: #38ADE3 !important;
}


/* Action button */

.button {
    /*height: 20px;*/
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    background-color: #FF6DA8;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    }
    
.button:hover {
    background-color: #fff;
    color: #FF1A77;
    box-shadow: 0 0 0 2px #FF1A77 inset !important;
    }    
    
.button a{
    display:block;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    font-family: "游明朝", "MS Serif", "New York", "Times New Roman", Times, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.button:hover a{
    color: #FF1A77;
}

.title_name {
    max-width : 100%;
    float: left;
    width: 63%;
}
.mapWraper {
    position: relative;
    width: calc(100% - 10px);
    margin: 20 auto;
}
.iframeWrap{
    height: 0;
    padding-bottom: 62.5%;
}
.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
}

.clear_both {
    clear: both;
}

.close {
	color: #333;
}

/*Filter styles*/
.saturate {-webkit-filter: saturate(3); filter: saturate(3);}
.grayscale {-webkit-filter: grayscale(100%); filter: grayscale(100%);}
.contrast {-webkit-filter: contrast(160%); filter: contrast(160%);}
.brightness {-webkit-filter: brightness(0.25); filter: brightness(0.25);}
.blur {-webkit-filter: blur(3px); filter: blur(3px);}
.invert {-webkit-filter: invert(100%); filter: invert(100%);}
.sepia {-webkit-filter: sepia(100%); filter: sepia(100%);}
.huerotate {-webkit-filter: hue-rotate(180deg); filter: hue-rotate(180deg);}
.rss.opacity {-webkit-filter: opacity(50%); filter: opacity(50%);}

@media only screen and (max-width: 413px) {

}

@media screen and (min-width:769px) {
  .frame-padding {
      width: 97%;
  }

  .inner-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 1104px;
    max-width: 1280px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    border: thin dashed #978A8A;
    height: 86px;
    border-radius: 9px;
  }
 .title_logo {
 margin-top: 17px;
 }  
 .visa_flag {
    max-height : 110px;
    float: right;
 }
  .hero {
	width: 100%;
	height: 672px;
	max-width: 1280px;
	background-position: 0% 0%;
   }
	.hero_type_translation {
    background-image: url("../../translation/images/translation_passbook@2x.png")
  } 
}

@media screen and (max-width:768px) {

  .frame-padding {
      width: 95%;
  }

 .visa_flag {
    max-height : 48px;
    float: right;
 }
.H01-001-02 {
    font-size: 28px;
    }
  .header-logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }
  .header-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 25px;
    margin-top: -10px;
    margin-right: 0;
    margin-left: -73px;
    margin-bottom: 0
  }
  .header-phone {
    width: 104px;
    height: 50px;
    border: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .hero {
    height: 450px;
    background-position: 50% 0px;
  }
	.hero_type_translation {
    background-image: url("../../translation/images/translation_passbook_m.png")
  } 
}
@media screen and (max-width:414px) {
  .title_logo {
 margin-top: -10px;
 }  
.H01-001-02 {
    font-size: 20px;
    }

  .header-logo img {
    position: absolute;
    width: 150px;
    height: 19px;
  }
}
@media screen and (max-width:300px) {
  .header-logo img {
    width: 100px;
    height: 12px;
    margin-left: -50px;
    margin-top: -5px;
  }
}
