@charset "utf-8";
/*test*/
/* --------------------------------------------------------------------- */
/* base */
/* --------------------------------------------------------------------- */
*, html {
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "Meiryo", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "Helvetica", "Verdana", sans-serif;
  line-height: 1;
  color: #000;
  background: #000;
  letter-spacing: 1px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: pkna;
  -moz-font-feature-settings: pkna;
  font-feature-settings: pkna;
  /* background: url(../images/bg_v.jpg);
  background-size: 1287px 852px;
  min-width: 1080px; */
  background-color: #f4f4f4;
}
@media screen and (max-width: 768px) {
  body {
    min-width: initial;
  }
}

@media (orientation: landscape){
	 body {
    min-width: initial;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  line-height: 100%;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, address, section {
  display: block;
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
a, input, button {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  outline: none !important;
}
a:hover, input:hover, button:hover {
  outline: none !important;
}
img {
  width: 100%;
  height: auto;
  border: none;
  margin: 0px;
  padding: 0px;
}
hr {
  display: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
}
/* reset transition */
a, input, select, textarea, button, a object, a > span, a img, *:before, *:after, button span {
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.dpb_pc {
  display: block !important;
}
.dpb_sp {
  display: none !important;
}
.dpib_pc {
  display: inline-block !important;
}
.dpib_sp {
  display: none !important;
}
.dpi_pc {
  display: inline !important;
}
.dpi_sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  /*body {
	background: url(/cp/wp-content/themes/opkumamoto2019/images/common/bg_1.jpg);
	background-size: 642px 425px;
}*/
  .dpb_pc {
    display: none !important;
  }
  .dpb_sp {
    display: block !important;
  }
  .dpib_pc {
    display: none !important;
  }
  .dpib_sp {
    display: inline-block !important;
  }
  .dpi_pc {
    display: none !important;
  }
  .dpi_sp {
    display: inline !important;
  }
}
/* --------------------------------------------------------------------- */
/* header */
/* --------------------------------------------------------------------- */
.l-headerArea {
  width: 500px;
  height: 100px;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  transition: .2s;
  margin: auto;
}
.l-headerArea.min {
  width: 500px;
  height: 50px;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #86b5e4;
  margin: auto;
}
.l-headerArea-logo {
  width: 83px;
  height: 30px;
  font-size: 0;
  position: absolute;
  left: 17px;
  top: 26px;
  font-size: 0;
  text-indent: -999px;
  transition: .2s;
}
.l-headerArea-logo a {
  width: 83px;
  height: 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
.l-headerArea-logo a:hover {
  opacity: 0.5;
}
.l-headerArea-logo a:before {
  width: 83px;
  height: 30px;
  display: block;
  content: "";
  background: url("../images/logo.png") no-repeat;
  background-size: 83px 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.l-headerArea-logo a:after {
  width: 83px;
  height: 30px;
  display: block;
  content: "";
  background: url("../images/logo_white.png") no-repeat;
  background-size: 83px 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.l-headerArea.min .l-headerArea-logo {
  width: 83px;
  height: 30px;
  font-size: 0;
  position: absolute;
  left: 17px;
  top: 10px;
  font-size: 0;
  text-indent: -999px;
}
.l-headerArea.min .l-headerArea-logo a {
  width: 83px;
  height: 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
.l-headerArea.min .l-headerArea-logo a:after {
  opacity: 1;
  width: 83px;
  height: 30px;
  background-size: 83px 30px;
}
.l-headerArea.min .l-headerArea-logo a:before {
  opacity: 0;
  width: 83px;
  height: 30px;
  background-size: 83px 30px;
}
/*-------*/
.l-headerArea-title-jp {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  left: 113px;
  top: 15px;
  transition: .2s;
}
.l-headerArea-title-en {
  font-size: 9px;
  line-height: 1;
  position: absolute;
  left: 87px;
  top: 30px;
  transition: .2s;
  transform: scale(0.7);
}
.l-headerArea.min .l-headerArea-title-jp {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  left: 113px;
  top: 15px;
  transition: .2s;
  color: #fff;
}
.l-headerArea.min .l-headerArea-title-en {
  font-size: 9px;
  line-height: 1;
  position: absolute;
  left: 87px;
  top: 28px;
  transition: .2s;
  transform: scale(0.7);
  color: #fff;
}


/*sns*/

.head_sns{
	position: absolute;
	top: 7px;
	transition: .2s;
	 z-index: 99999999999999;
	cursor: pointer;
	right: 65px;
  display: block;
}


.head_sns ul{
	
	
}

.head_sns ul li{
	list-style: none;
	float: left;
	margin-left: 10px;
}

.head_sns ul li img{
	width: 36px;
}

 

.spMenu {
  width: 30px;
  height: 30px;
  z-index: 99999999999999999;
  cursor: pointer;
  margin: 0px !important;
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  transition: .2s;
}
.spMenu.min {
  width: 30px;
  height: 30px;
  z-index: 99999999999999999;
  cursor: pointer;
  margin: 0px !important;
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  transition: .2s;
}
.spMenu.min.open {
  width: 30px;
  height: 30px;
  z-index: 99999999999999999;
  cursor: pointer;
  margin: 0px !important;
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  transition: .2s;
}


.panelBtn {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  margin: 0px auto 0px auto;
  text-decoration: none;
  
}
.panelBtnIcon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 0px;
  transition: .2s;
  
}
.panelBtnIcon:before, .panelBtnIcon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .3s;
  pointer-events: none;
}
.spMenu.min .panelBtnIcon:before, .spMenu.min .panelBtnIcon:after {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 2px;
  background: #fff;
  transition: .3s;
  pointer-events: none;
}
.panelBtnIcon:before {
  margin-top: 5px;
}
.panelBtnIcon:after {
  margin-top: -5px;
}
.spMenu.open .panelBtn .panelBtnIcon {
  background: transparent;
}
.spMenu.open .panelBtn .panelBtnIcon:before, .spMenu.open .panelBtn .panelBtnIcon:after {
  margin-top: -1px;
}
.spMenu.open .panelBtn .panelBtnIcon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
  width: 30px;
}
.spMenu.open .panelBtn .panelBtnIcon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #fff;
  width: 30px;
}
.spMenu.min.open .panelBtn .panelBtnIcon:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #fff;
  width: 30px;
}
.spMenu.min.open .panelBtn .panelBtnIcon:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #fff;
  width: 30px;
}
/*-----↑ハンバーガー↑-----*/
/*---------メニュー　トランスフォームで真ん中に---------------*/

.l-headerArea-sp {
  position: fixed;
  top: 0; /* -100%やめる */
  left: 50%;
  z-index: 99999999999999;
  width: 500px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);

  /* 黒背景はフェード */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility 0s linear .3s;
}

/*---------メニュー　トランスフォームで真ん中に---------------*/

 .l-headerArea-sp.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .3s ease;
}

.l-headerArea-sp-inner {
  background: #86b5e4;
  width: 100%;
  height: auto;
  position: relative;

  /* メニューだけ上から降ろす */
  transform: translateY(-100%);
  transition: transform .3s ease;
}

/* ↓追加↓ */
.l-headerArea-sp.open .l-headerArea-sp-inner {
  transform: translateY(0);
}

/* 黒透過（親）は位置移動させない：フェード専用に固定 */
.l-headerArea-sp {
  top: 0 !important; /* 旧 top:-100% を強制無効化 */
  transition: opacity .3s ease, visibility 0s linear .3s !important;
}

/* open時も top を固定 */
.l-headerArea-sp.open {
  top: 0 !important;
  transition: opacity .3s ease !important;
}

.l-headerArea-sp {
  transition-property: opacity, visibility !important;
}

/* ↑追加↑ */

.l-headerArea-sp-wrap {
  width: 100%;
  height: 100%;
}
.l-headerArea-sp-inner {
  background: #86b5e4;
  width: 100%;
  height: auto;
  position: relative;
}
.l-headerArea-sp-inner:before {
  width: 100%;
  height: 15px;
  content: "";
  background: url("../images/title_line2.png");
  background-size: 100% 15px;
  position: absolute;
  left: 0px;
  bottom: -15px;
  display: block;
}
.l-headerArea-sp-logo {
  width: 83px;
  height: 30px;
  font-size: 0;
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 0;
  text-indent: -999px;
  transition: .2s;
  z-index: 99999999999999;
}
.l-headerArea-sp-logo a {
  width: 83px;
  height: 30px;
  display: block;
  text-decoration: none;
  position: relative;
}
.l-headerArea-sp-logo a:hover {
  opacity: 1;
}
.l-headerArea-sp-logo a:before {
  width: 83px;
  height: 30px;
  display: block;
  content: "";
  background: url("../images/logo_white.png") no-repeat;
  background-size: 83px 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
}
.l-headerArea-sp-title-jp {
  font-size: 10px;
  line-height: 1;
  position: absolute;
  left: 113px;
  top: 20px;
  transition: .2s;
  z-index: 99999999999999;
  color: #FFF;
}
.l-headerArea-sp-title-en {
  font-size: 9px;
  line-height: 1;
  position: absolute;
  left: 87px;
  top: 32px;
  transition: .2s;
  transform: scale(0.7);
  z-index: 99999999999999;
  color: #FFF;
}
.l-headerArea-sp-navi {
  padding: 100px 0px 130px 0px;
  position: relative;
}
.l-headerArea-sp-navi ul {
  list-style: none;
  font-size: 0px;
  width: 75%;
	margin: auto;
}
.l-headerArea-sp-navi ul li {
  font-size: 16px;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #fff;
 
}


.l-headerArea-sp-navi ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;

  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;

  /* 元の矢印スタイルを無効化 */
  border: none;

  /* ぬるっと拡大 */
  transform: translateY(-50%) scale(1);
  transition: transform .25s ease;

  pointer-events: none;
}

/* hoverで14px相当に拡大（7px × 2 = 14px） */
.l-headerArea-sp-navi ul li:hover:after,
.l-headerArea-sp-navi ul li:focus-within:after {
  transform: translateY(-50%) scale(2);
}
.l-headerArea-sp-navi ul li a {
  color: #fff;
  text-decoration: none;
  padding: 28px 14px;
  display: block;
}
.l-headerArea-sp-navi ul li a span {
  padding: 0px 20px 0px 0px;
  position: relative;
}
.l-headerArea-sp-navi ul li a span:before {
  width: 12px;
  height: 9px;
  content: "";
  background: url(../images/icon_blank_red.png);
  background-size: 12px 9px;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* sp */
@media screen and (max-width: 768px) {
  .l-headerArea {
    width: 100%;
  }
  .l-headerArea.min {
    width: 100%;
  }
	
.l-headerArea.min .l-headerArea-title-en {
  left: 89px;
 
}
	
.l-headerArea-sp-title-en {
 
  left: 89px;
  
}
.spMenu {
  width: 30px;
  height: 30px;
  z-index: 99999999999999999;
  cursor: pointer;
  margin: 0px !important;
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  transition: .2s;
}
.spMenu.min {
  width: 30px;
  height: 30px;
  z-index: 99999999999999999;
  cursor: pointer;
  margin: 0px !important;
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  transition: .2s;
}
.spMenu.min.open {
  width: 30px;
  height: 30px;
  z-index: 99999999999999999;
  cursor: pointer;
  margin: 0px !important;
  position: absolute;
  right: 16px;
  top: 10px;
  display: block;
  transition: .2s;
}
	
	
  /*---------メニュー　トランスフォームで真ん中に---------------*/
  .l-headerArea-sp {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: .3s;
    margin: auto;
    transform: none;
    -webkit-transform: none;
  }
  /*---------メニュー　トランスフォームで真ん中に---------------*/
  .l-headerArea-sp.open {
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 99999999999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin: auto;
    transform: none;
    -webkit-transform: none;
  }
	
	
	
	
.head_sns{
	position: absolute;
	top: 12px;
	transition: .2s;
	 z-index: 99999999999999;
	cursor: pointer;
	right: 60px;
  display: block;
}

.head_sns ul li{
	list-style: none;
	float: left;
	margin-left: 7px;
}

.head_sns ul li img{
	width: 27px;
}
	

	
	
}
/* --------------------------------------------------------------------- */
/* footer */
/* --------------------------------------------------------------------- */
.l-footerArea {
  width: 500px;
  position: relative;
  /* padding: 50px 0px 100px 0px; */
  padding-top: 30px;
  background: #fff;
  margin:auto;
}
.l-contentArea-type4 {
  max-width: auto;
  padding: 0px 36px;
  margin: 0px auto;
  z-index: 999;
}
.l-footerArea-bodyArea {
  padding: 0px 0px 0px 0px;
  order: 2;
}
.l-footerArea-logoArea {
  width: 100%;
  flex: 1;
  order: 1;
}
.l-footerArea-logoArea-logo {
  width: 240px;
  margin: 0px auto;
}
.l-footerArea-bodyArea-khArea {
  margin: 40px 0px 0px 0px;
}
.l-footerArea-bodyArea-khArea-title {
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  padding: 0px 30px 0px 30px;
  position: relative;
}
.l-footerArea-bodyArea-bannerArea {
  flex: 1;
  padding: 30px 0px 0px 0px;
  width: 100%;
}
.l-footerArea-bodyArea-bannerArea-banner {
  width: 220px;
  font-size: 0;
  margin: 0px auto;
  line-height: 1;
}
.l-footerArea-bodyArea-bannerArea-banner a:hover {
  opacity: 0.5;
}
.l-footerArea-bodyArea-bannerArea-banner {
  width: 220px;
  font-size: 0;
  margin: 0px auto;
  line-height: 1;
}
.l-footerArea-bodyArea-bannerArea-banner a:hover {
  opacity: 0.5;
}
.l-footerArea-bodyArea-cr {
  font-size: 10px;
  line-height: 1.7;
  margin: 30px 0px 0px 0px;
  text-align: center;
}
.l-footerArea-bodyArea-cs {
  font-size: 10px;
  line-height: 1.7;
  margin: 20px 0px 0px 0px;
  text-align: center;
}
.l-footerArea-logoArea-logocr {
  font-size: 10px;
  line-height: 1.7;
  margin: 20px 0px 0px 0px;
  text-align: center;
}
.l-footerArea-pagetopArea {
  width: 48px;
  height: 48px;
  position: fixed;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 99999;
  cursor: pointer;
}
.l-footerArea-bodyArea-khArea-read {
  font-size: 12px;
  line-height: 1.7;
  margin: 10px 0px 0px 0px;
  text-align: center;
}
.l-footerArea-pagetopArea-pagetop {
  width: 48px;
  height: 48px;
  display: block;
}
.l-footerArea-pagetopArea-pagetop span {
  font-size: 0;
}
.l-footerArea-pagetopArea-pagetop:before {
  content: "";
  width: 48px;
  height: 48px;
  background: #86b5e4;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: auto;
}
.l-footerArea-pagetopArea-pagetop:after {
  content: "";
  position: absolute;
  top: 20px;
  margin: auto;
  right: 0;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  pointer-events: none;
  transition: .2s;
}
.l-footerArea-pagetopArea:hover .l-footerArea-pagetopArea-pagetop:after {
  top: 16px;
}
/* sp */
@media screen and (max-width: 768px) {
  .l-footerArea {
    width: 100%;
  }
  .l-contentArea-type4 {
    max-width: auto;
    padding: 0px 36px;
    margin: 0px auto;
    z-index: 999;
  }
  .l-footerArea-bodyArea {
    padding: 0px 0px 0px 0px;
    order: 2;
  }
  .l-footerArea-logoArea {
    width: 100%;
    flex: 1;
    order: 1;
  }
  .l-footerArea-bodyArea-khArea-title {
    font-size: 11px;
    line-height: 1.7;
    text-align: center;
    padding: 0px 30px 0px 30px;
    position: relative;
  }
  .l-footerArea-bodyArea-khArea-read {
    font-size: 9px;
    line-height: 1.7;
    margin: 10px 0px 0px 0px;
    text-align: center;
  }
  .l-footerArea-bodyArea-cr {
    font-size: 8px;
  }
  .l-footerArea-bodyArea-cs {
    font-size: 8px;
    line-height: 1.7;
    margin: 20px 0px 0px 0px;
    text-align: center;
  }
}
/* --------------------------------------------------------------------- */
/* contents */
/* --------------------------------------------------------------------- */
.l-contentWrapperArea {
  margin: auto;
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  width: 500px;
  position: relative;
  background: #fff;
}
.l-contentArea-type1 {
  width: 500px;
	/*max-width: 500px;*/
  margin: 0px auto;
  z-index: 999;
}
/* sp */
@media screen and (max-width: 768px) {
  .l-contentWrapperArea {
    width: 100%;
	  margin: 0px auto;
  }
  .l-contentArea-type1 {
    width: 100%;
	  margin: 0px auto;
  }
}
/* --------------------------------------------------------------------- */
/* MV */
/* --------------------------------------------------------------------- */
.l-vArea {
  /* padding: 65px 0px 0 0px; */
  padding: 45px 0px 0 0px;
	/* background: #f4f4f4; */
  /*background: url(../images/bg_g_2025.jpg) no-repeat;*/
  /*background-size: cover;*/
  background-size: contain;
  background-position: center 33px;
  /* background-color: #B60C0F; */
	margin: 0 0 5px 0;
	position: relative;
}
.l-vArea-readArea {
  width: 286px;
  margin: 0px auto ;
  position: relative;
}

.mv_pic{
	width: 440px;
	text-align: center;
	margin: auto;
}




.mv_pic img{
	padding: 0 0 15px 0;
	width: 100%;
}
.mb01 img{
	width: 95%;
}

.mvm1{
	position: relative;
	margin-top: 100px;
	padding-bottom: 290px;
	display: block;
}

.mvm2{
	position: absolute;
	z-index: 100;
}

.mvm3{
	position: absolute;
	z-index: 200;
	top: 200px;
	
}


/*背景出現　フェードイン*/
.fadeIn_s{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
animation-delay:0.5s;
}

.mgwr{
	margin-top: 100px;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
	  transform: translateY(-30px);
  }

  to {
    opacity: 1;
  }
}

/*フェードイン　上から*/
.fadeDown_s{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
/*animation-timing-function:ease-in;*/
	
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateY(-30px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

	

@media screen and (max-width: 768px) {
	
	.mvm1{
	position: relative;
	margin-top: 80px;
	padding-bottom: 260px;
	display: block;
}
	.mv_pic{
	width: 90%;
	text-align: center;
	margin: auto;
}
	.mb01 img{
	width: 88%;
}
	.mvm3{
	position: absolute;
	z-index: 200;
	top: 170px;	
}	
}



/* --------------------------------------------------------------------- */
/* app_area */
/* --------------------------------------------------------------------- */
.sec01 {
  width: 84%;
  margin: auto;
  padding: 20px 0 45px 0;
  border-bottom: 1px solid #888888;
  color: #505050
}
.abt_read {
  text-align: center;
  font-size: 13px;
  line-height: 1.9;
  font-feature-settings: "palt"1;
color: #505050;
	padding-top: 10px;
}

.cocoar_area{
	width: 420px;
	margin: 20px auto 0 auto;
}

.cocoar_area img{
	width: 100%;
}

.app_area {
  border: 1px solid #888888;
  border-radius: 10px;
  width: 420px;
  margin: 20px 0 0 0;
  padding: 20px 0 20px 0;
	font-feature-settings: "palt"1;
}
.app_area_in1 {
  width: 80%; /*336px*/
  margin: auto;
}
.app_area_in2 {
  width: 90%; /*366px*/
  margin: auto;
}
.app_area_ttl {
  font-size: 25px;
  font-feature-settings: "palt"1;
  line-height: 1.2;
  padding-bottom: 10px;
}
.app_area_ttl span {
  color: #a185b1;
}
.app_kome_area ul {
  margin-left: 14px;
}
.app_kome {
  font-size: 10px;
}
.app_kome li {
  text-indent: -1.5em;
  padding-bottom: 7px;
  line-height: 1.1;
  list-style: none;
}
.app_kome li:before {
  content: "※";
  margin-right: 0.3em;
}
.app_flex1 {
  display: flex;
  margin: 25px 0px 0px 0px;
}
.app_flex2 {
  display: flex;
  margin: 15px 0px 0px 0px;
}
.step_ico {
  width: 60px;
  height: 60px;
  background-color: #a185b1;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  margin-right: 15px;
}
.app_qr_code {
  width: 120px; /*画像サイズ指定*/
  height: 120px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ccc;
}
.app_tx1 {
  font-size: 13px;
  line-height: 1.4;
  font-feature-settings: "palt"1;
  margin: 15px 0 0 20px;
}
.app_sp_pic {
  width: 150px; /*画像サイズ指定*/
  height: 65px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  background: #ccc;
}
.app_tx2 {
  font-size: 13px;
  line-height: 1.4;
  font-feature-settings: "palt"1;
  margin: 0 0 0 15px;
}
.check_ico {
  padding: 10px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  font-feature-settings: "palt"1;
}
.check_ico::before {
  content: "";
  display: inline-block;
  background: url() no-repeat 0 0 / 35px auto;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #ccc;
}


@media screen and (max-width: 768px) {
.cocoar_area{
	width: 100%;
	margin: 20px auto 0 auto;
}
	
	.abt_read {
  text-align: center;
  font-size: 12px;
  line-height: 1.9;
  font-feature-settings: "palt"1;
color: #505050;
}
	
	
	
}


/* --------------------------------------------------------------------- */
/*  南阿蘇・高森エリア */
/* --------------------------------------------------------------------- */


.area_ttl{
	font-size: 40px;
	text-align: center;
	color: #a41527;
	font-feature-settings: "palt"1;
	padding: 0 0 20px 0;
}

.map{
	width: 100%;
	margin: 27px 0 35px 0;
	
}

.sec02 {
  width: 450px;
  margin: 0 auto 40px auto;
  padding: 0 0 45px 0;
  color: #505050;
border-bottom: 1px solid #888888;
	position: relative;
}

.sec02_flex {
  display: flex;
  margin: 30px 0px 0px 0px;
}

.type_ico{
  width: 80px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.type_ico img{
	width: 100%;
}

.type_ttl1 {
  font-size: 25px;
  line-height: 1.2;
  font-feature-settings: "palt"1;
  margin: 0 0 0 15px;
}

.type_ttl1b {
  font-size: 25px;
  line-height: 1.2;
  font-feature-settings: "palt"1;
  margin: 0 0 0 15px;
	padding-top: 7px;
}

.type_ttl2 {
  font-size: 15px;
  line-height: 1.4;
  font-feature-settings: "palt"1;
  margin: 15px 0 20px 0;
}


.type_tex1 {
  text-align: left;
  font-size: 13px;
  line-height: 1.9;
  font-feature-settings: "palt"1;
color: #505050;
}


.type_pic1{
	margin: 35px auto;
	text-align: center;
}

.type_pic1 img{
	width: 430px;
	margin: auto;
}

.type_pic2{
	margin: 35px auto;
	text-align: center;
}

.type_pic2 img{
	width: 400px;
	margin: auto;
}

.type_pic3{
	margin: 35px auto 0 auto;
	text-align: center;
}

.type_pic3 img{
	width: 430px;
	margin: auto;
}

@media screen and (max-width: 768px) {
.area_ttl{
	font-size: 30px;
	text-align: center;
	color: #a41527;
	font-feature-settings: "palt"1;
	padding: 0 0 20px 0;
}
	
	
.sec02 {
  width: 90%;
 
}
	
	.type_ico{
  width: 60px; /*画像サイズ指定*/
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.type_ico img{
	width: 100%;
}

.type_ttl1 {
  font-size: 18px;
  line-height: 1.2;
  font-feature-settings: "palt"1;
  margin: 0 0 0 15px;
}
	
.type_ttl1b {
  font-size: 18px;
  line-height: 1.2;
  font-feature-settings: "palt"1;
  margin: 0 0 0 15px;
	padding-top: 7px;
}
	
.type_ttl2 {
  font-size: 13px;
  line-height: 1.4;
  font-feature-settings: "palt"1;
  margin: 9px 0 15px 0;
}
	
.type_tex1 {
  text-align: left;
  font-size: 12px;
  line-height: 1.9;
  font-feature-settings: "palt"1;
color: #505050;
}
	
.type_pic1{
	margin: 20px auto;
	text-align: right;
}

.type_pic1 img{
	width: 100%;
	margin: auto;
}	
	
.type_pic2{
	margin: 20px auto;
	text-align: center;
}

.type_pic2 img{
	width: 95%;
	margin: auto;
}
	
.type_pic3{
	margin: 20px auto 0 auto;
	text-align: center;
}	
	
.type_pic3 img{
	width: 100%;
	margin: auto;
	padding-right: 30px;
}
	
	
}

/* --------------------------------------------------------------------- */
/*  南阿蘇・高森エリア */
/* --------------------------------------------------------------------- */

.type_pic4{
	margin: 35px auto 0 auto;
	text-align: center;
}

.type_pic4 img{
	width: 430px;
	margin: auto;
}


.get_ttl{
	margin: 35px auto 0 auto;
	text-align: center;
}

.get_ttl img{
	width: 440px;
	margin: auto;
}


.get_flex {
  display: flex;
  margin: 18px auto 0px auto;
	width: 460px;
}
.get_prd {
 
  margin: 18px auto 0px auto;
	width: 460px;
}

.get_tx_area {
width: 330px;
}
.get_tx01{
  text-align: left;
  font-size: 13px;
  line-height: 1.9;
  font-feature-settings: "palt"1;
  color: #505050;
	}

.get_tx02{
	border: 1px #888888 solid;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	font-size: 14.5px;
	margin: 10px 0 0 0;
	font-feature-settings: "palt"1;
	color: #505050;
}
.get_tx03{
	color: #a41527;
}

.get_tx04{
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #505050;
}

.get_pic01{
  width: 108px; /*画像サイズ指定*/
  margin: 0 0 0 5px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.get_pic01 img{
	width: 100%;
}

.note_area{
		/*	border-bottom: 1px solid #888888;*/
		/*	border-top: 1px solid #888888;*/
	margin: 0px auto 0px;
	padding: 25px 0;
	width: 460px;
}

.note_tx{
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 10px;
	color: #505050;
}

.note_tx_area ul {
  margin-left: 14px;
	padding: 0 10px
		
}
.note_tx2 {
  font-size: 10px;
	color: #505050;
	font-feature-settings: "palt"1;
}
.note_tx2 li {
  text-indent: -1.5em;
  padding-bottom: 4px;
  line-height: 1.1;
  list-style: none;
}
.note_tx2 li:before {
  content: "●";
  margin-right: 0.3em;
}

@media screen and (max-width: 768px) {
	
.type_pic4{
	margin: 20px auto 0 auto;
	text-align: center;
}
.type_pic4 img{
	width: 100%;
	margin: auto;
}

	.get_ttl{
		width: 90%;
		margin: auto;
	}

.get_ttl img{
	width: 100%;
	margin: auto;
}
	
	
.get_flex {
  display: flex;
  margin: 18px auto 0px auto;
	width: 100%;
}

.get_prd {
 
  margin: 18px auto 0px auto;
	width: 100%;
}
	
.get_tx_area {
width: 75%;
}
.get_tx01{
  text-align: left;
  font-size: 12px;
  line-height: 1.7;
  font-feature-settings: "palt"1;
  color: #505050;
	}

.get_tx02{
	border: 1px #888888 solid;
	border-radius: 30px;
	padding: 10px;
	text-align: center;
	font-size: 13px;
	margin: 10px 0 0 0;
	font-feature-settings: "palt"1;
	color: #505050;
}
.get_tx03{
	color: #a41527;
}

.get_tx04{
	padding: 5px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #505050;
}

.get_pic01{
  width:23%; /*画像サイズ指定*/
  margin: 0 0 0 5px;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.get_pic01 img{
	width: 100%;
}

.note_area{
				/*border-bottom: 1px solid #888888;*/
				/*border-top: 1px solid #888888;*/
	margin: 0px auto 0px;
	padding: 25px 0;
	width: 90%;
}	
	
.note_tx{
	padding: 5px 0 5px 0;
	text-align: left;
	font-size: 8px;
	color: #505050;
}

.note_tx_area ul {
  margin-left: 14px;
	padding: 0 10px
		
}
.note_tx2 {
  font-size: 8px;
	color: #505050;
	font-feature-settings: "palt"1;
}
.note_tx2 li {
  text-indent: -1.5em;
  padding-bottom: 4px;
  line-height: 1.1;
  list-style: none;
}
.note_tx2 li:before {
  content: "●";
  margin-right: 0.3em;
}

}



/* -----コンテンツ追記----- */

.sec002 {
  width: 450px;
  margin: 60px auto 60px auto;
  color: #505050;
	position: relative;
  text-align: center;
}
/* 既存 */
.sec002 img{
  width: 58%;
  margin: 0px auto 0px auto;
}

.bt_mbt{
  margin-bottom: 40px;
}

/* ▼追加：リンク付きボタン用のホバー演出 */
.sec002 a img {
  transition: opacity .3s ease;  /* フワッと */
  cursor: pointer;               /* ボタン感 */
}

.sec002 a:hover img {
  opacity: 0.7;                  /* 好きな透明度に調整OK（0.6〜0.8くらいが無難） */
}

@media screen and (max-width: 768px) {
.sec002 {
  width: 95%;
   margin: 70px auto 70px auto;
}
.sec002 img{
 
  margin: 0px auto 0px auto;
}
.bt_mbt{
  margin-bottom: 30px;
}

}



.sec003{
  width: 380px;
  margin: 0px auto 60px auto;
  color: #222222;
	position: relative;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
.sec003 p{
  margin: 16px auto 24px auto;
}



.ttl_w01{
  text-align: center;
}
.ttl_w02{
  width: 115px;
  margin: 0 auto 18px auto;
}

.ttl_w03{
  width: 74px;
  margin: 0 auto 18px auto;
}

.ttl_w04{
  width: 65%;
  margin: 0 auto 10px auto;
}

.ttl_w05{
  width: 90px;
  margin: 0 auto 18px auto;
}

.sec004{
  width: 90%;
  margin: 0px auto 16px auto;
  color: #222222;
	position: relative;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}

.pbtm_ex{
  padding-bottom: 10px;
}
/* 
.ttl_w{
  text-align: center;
}
.ttl_w img.half {
  width: 25%;
  height: auto;
  margin: 0 auto;
} */
@media screen and (max-width: 768px) {
.sec003 {
  width: 80%;
   margin: 0px auto 50px auto;
}

.pbtm_ex{
  padding-bottom: 30px;
}
}

.sec005{
  width: 380px;
  margin: 0px auto 25px auto;
  color: #222222;
	position: relative;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
.sec005 p{
  margin: 10px auto 24px auto;
}

@media screen and (max-width: 768px) {
.sec005 {
  width: 80%;
}
}



/* 青背景エリア */
.footer-contact {
  background-color: #86b5e4;
  color: #fff;
  padding: 27px 0;          /* 上下の余白 */
}

/* 中身を中央寄せ＆横並び */
.footer-contact-inner {
  width: 500px;             /* サイト幅に合わせて */
  max-width: 100%;
  margin: 0 auto;           /* 中央寄せ */
  display: flex;
  align-items: center;      /* 縦方向ど真ん中 */
   justify-content: center; /* ★ここを追加：中身を横方向ど真ん中に */
}

/* ロゴマーク */
.footer-contact-logo img {
  display: block;
  width: 56px;              /* ここは好みで調整 */
  height: auto;
}

/* テキストブロック */
.footer-contact-text {
  margin-left: 15px;
  font-size: 13px;
  line-height: 1.3;
}

/* タイトル行 */
.footer-contact-title {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 3px;
}

/* TEL・住所 */
.footer-contact-tel,
.footer-contact-address {
  font-size: 11px;
  letter-spacing: 0;
}


/* ページトップボタンは初期状態で非表示にしておく */
.js-sc {
  display: none;
}


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

.sec000 {
  width: 90%;
}
}


/*追記　WP画像読み込みスライダー*/

.gallery-wrapper {
  overflow: hidden;
  padding: 20px 0;
}

.gallery-swiper {
  width: 100%;
  margin-bottom: 16px;
}

.gallery-swiper .swiper-slide {
  width: auto;      /* 画像の横幅に合わせる */
}

.gallery-swiper img {
  display: block;
  height: 140px;    /* 好きな高さに調整 */
  width: auto;
  object-fit: cover;
}
