@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/* vertical-align: baseline; */
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {/* */
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;/* */
  width: 100%;
  color: #161616;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
a {color: #161616; text-decoration: none;}
a:hover {text-decoration: underline;}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.spview{display: none;}

@media screen and (max-width: 768px){
  .pcview{display: none;}
  .spview{display: block;}
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  text-align: start;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: normal;/*English*/
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0;
  color: #000;
}
h1, h2, h3, h4{
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper a:hover {
  cursor: pointer;
}
.header_bg {
  background: #EFEFEF;
}
.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 945px;
  padding: 3.035vw 0 2.335vw;
  box-sizing: border-box;
}
.header_wrap .logo_inner {
  max-width: 420px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_wrap .logo_inner.single {
  max-width: 190px;
}
.header_wrap .logo_inner img {
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}
.header_bg img {
  vertical-align: initial;
}
.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
}
.header_pr img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .header_wrap .logo_inner.single {
    width: 40%;
  }
  .header_wrap .logo_inner img {
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
}
@media screen and (min-width: 440px) {
  .header_wrap {
      padding: 14px 0 10px;
  }
}
@media screen and (min-width: 640px) {
  .header_wrap {
      padding: 15.79px 0 11.74px;
  }
}
@media screen and (min-width: 440px) {
  .header_pr {
      width: 40px;
  }
}

.wrapper .inner{
  margin: 0 auto;
  max-width: 800px;
}
.localFooter{
  text-align: center;
}
.maintitle{
  position: relative;
  line-height: 0;
  overflow: hidden;
}
.maintitle .heading{
  font-size: 4rem;
  line-height: 1.25;
  text-shadow: white 1px 1px 10px, white -1px 1px 10px, white 1px -1px 10px, white -1px -1px 10px, white 1px -1px 10px, white -1px -1px 10px;
}
.maintitle:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 40px;
  background-image:
  linear-gradient( to right, rgba(212,103,161,0.8) 0%, rgba(156,149,194,0.90196) 50%, rgb(99,196,228) 100%),
  url(mvtop.jpg);
  background-size: auto, contain;
  vertical-align: top,top;
  background-repeat: repeat, repeat-x;
  background-position: center, center;
}
.maintitle_bg{
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.maintitle_bg::after{
  margin:0;
  content:" ";
  display:inline-block;
  width: 760px;
  height: 420px;
  background:url(mvphoto.jpg);
  background-size:contain;
  vertical-align:middle;
  background-position: right;
  position: absolute;
  top: 0;
  right: -10px;
}
.maintitle_inner{
  width: 800px;
  height: 420px;
  margin: 0 auto;
  padding: 25px 0 10px;
  position: relative;
  z-index: 1;
}
.maintitle_inner::before{
  margin:0;
  content:" ";
  display:inline-block;
  width: 630px;
  height: 357px;
  background:url(mvbg.jpg);
  background-repeat: no-repeat;
  background-size:contain;
  vertical-align: top;
  background-position: left;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: -324px;
}
.maintitle_inner::after{
  content: '';
  display: inline-block;
  width: 95%;
  height: 100%;
  background-image:
  linear-gradient( to right, rgba(255,255,255,1) 40%, rgba(255,255,255,0.5) 60%, rgb(255,255,255,0) 100%);
  background-position: left;
  z-index: -2;
  position: absolute;
  top: 0px;
  left: 0px;
}
.maintitle_logo img{
  display: block;
}
@media screen and (max-width: 1240px){
  .maintitle_inner::after{
    content: '';
    display: inline-block;
    /* width: 75%; */
    width: 60vw;
  }
}
@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .maintitle_inner{
    max-width: 100%;
  }
  .maintitle_inner::after{
    content: '';
    display: inline-block;
    width: 58vw;
  }
  .wrapper .inner{
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 840px){
  .maintitle_logo,
  .maintitle .heading{
    padding-left: 2.5%;
  }
}
@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0 30px;
  }
  .inner{
    padding: 5%;
  }
  .maintitle_inner::before,
  .maintitle_inner::after,
  .maintitle_bg::after{
    content: none;
    background: none;
  }
  .maintitle_bg{
    background: #ffffff url(mvsp.jpg) no-repeat center top;
    background-size: 100%;    
  }
  .maintitle_inner{
    padding: 0 0;
    height: auto;
  }
  .maintitle_logo{
    padding: 5% 5% 0;
  }
  .maintitle .heading{
    background-color: rgba(255,255,255,0.75);
    padding: 25px 5%;
  }
}
@media screen and (max-width: 718px){
  .maintitle:before{
    height: 30px;
  }
  .maintitle_logo{
    padding: 2.5% 5% 0;
  }
  .maintitle_logo img.logo1{
    width: 25vw;
  }
  .maintitle_logo img.logo2{
    width: 32vw;
  }
  .maintitle .heading{
    font-size: 3.75rem;
    font-size: 5.5vw;
    padding: 5% 5% 3%;
  }
}
@media screen and (max-width: 480px){
  .maintitle_logo {
    padding: 2.5% 5% 0;
    width: 53vw;
    /* background-color: rgba(255,255,255,1); */
    background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 0.5) 85%, rgb(255, 255, 255, 0) 100%);
  }
  .maintitle_logo img.logo1 {
    width: 34vw;
  }
  .maintitle_logo img.logo2 {
    width: 39vw;
  }
  .maintitle .heading{
    border-top: 1px solid #d467a1;
    background-color: #fff;
    padding: 2.5% 5% 2.5%;
  }
}

.maincontents{
  margin: 0 auto;
  background-color: #fef9ff;
}
.wrapper .lead{
  padding: 25px 30px 22px;
  /* background-color: #ebe0ed; */
  background-image:
  linear-gradient( to right, rgba(212,103,161,1) 10%, rgb(99,196,228) 100%);
  /* width: 1420px; */
  max-width: 100%;
  margin: 0 auto 60px;
}
.wrapper .lead p{
  font-size: 1.6rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
section.inner{
  padding-bottom: 45px;
  position: relative;
}
section.inner .heading2{
  color: #d45fad;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 1.5em;
  position: relative;
  border-left: 8px solid #d45fad;
  padding: 5px 0 5px 14px;
}
section.inner p{
  margin-bottom: 1em;
}
section.inner .moderator{
  font-weight: 600;
}
section.inner .moderator span{
  padding-right: 0.25em;
  letter-spacing: -2px;
}
section.inner span.name{
  color: #d45fad;
  font-weight: 600;
}
.imagel{
  width: 400px;
  float: left;
  position: relative;
  left: -45px;
  margin-bottom: 15px;
}
.imager{
  width: 400px;
  float: right;
  position: relative;
  right: -45px;
  margin-bottom: 15px;
}
.imager img{
  position: relative;
}
.imagec{
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
}
.imager .caption,
.imagel .caption{
  position: absolute;
  bottom: 0;
  left: 5%;
  font-size: 1.5rem;
  line-height: 1.25;
  background-color: rgb(255,255,255,0.7);
  color: #d45fad;
  font-weight: 600;
  width: 90%;
  padding: 5px 15px 5px 15px;
}
.caption .photo_name{
  font-size: 1.5em;
}
@media screen and (max-width: 990px){
  .wrapper .lead{
    padding: 5% 0;
  }
}
@media screen and (max-width: 890px){
  .imager{
    width: 360px;
    position: relative;
    right: 0;
    margin-left: 30px;
  }
  .imagel{
    width: 360px;
    position: relative;
    left: 0;
    margin-right: 30px;
  }
}
@media screen and (max-width: 768px){
  .wrapper .lead{
    padding: 0 0;
    margin: 0 auto 5%;
  }
  .wrapper .lead .inner{
    padding: 5% 0;
  }
  section.inner{
    padding: 0 0 5%;
  }
  .imager,.imagel{
    float: none;
    margin: 30px auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px){
  section.inner .heading2{
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px){
  section.inner .heading2{
    font-size: 2.3rem;
  }
}

/* お問い合わせ
----------------------------------------*/
.aside1{
  background-color: #c6ebe3;
  overflow: hidden;
}
.aside1 .inner{
  position: relative;
  padding: 60px 0 45px;
  z-index: 1;
}
.aside1 .inner::before {
  margin: 0;
  content: " ";
  display: inline-block;
  width: 530px;
  height: 600px;
  background: url(boxbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
  background-position: left;
  z-index: -1;
  position: absolute;
  bottom: 0px;
  right: -15%;
}
.aside1 .inner .title{
  display: flex;
  margin-bottom: 30px;
}
.aside1 .text{
  order: 2;
}
.aside1 .image{
  order: 1;
  width: 320px;
  margin-right: 15px;
}
.aside1 .heading3{
  color: #026e00;
  border-left: 6px solid #026e00;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: 5px 0 5px 10px;
}
.aside1 .text .nametext{
  font-size: 1.6rem;
  line-height: 1.5;
}
.aside1 .text .nametext span{
  font-size: 1.25em;
}
.aside1 p{
  font-weight: bold;
}
.aside2 .inner{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 30px;
}
.aside2 .inner .info{
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #ba0042;
}
.aside2 .inner .info h4{
  color: #ba0042;
  font-size: 1.7rem;
}
.aside2 .inner .info a{
  font-size: 1.9rem;
  font-weight: 600;
}
.aside2 .inner .info a:hover{
  color: #666;
}
@media screen and (max-width: 999px){
  .aside1 .inner::before{
    position: absolute;
    bottom: 0px;
    right: -5%;
  }
}
@media screen and (max-width: 820px){
  .aside1 .inner{
    padding: 5% 0 5%;
  }
}
@media screen and (max-width: 768px){
  .aside1 .inner .title{
    display: block;
    position: relative;
  }
  .aside1 .image{
    order: 2;
    margin-right: 0px;
    width: 45%;
  }
  .aside1 .text{
    order: 1;
  }
  .aside1 .text .nametext{
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .aside2 .inner{
    display: block;
    padding: 5% 0;
    text-align: center;
  }
  .aside2 .inner .info{
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px){
  .aside1 .heading3{
    font-size: 2.2rem;
  }
  .aside1 .inner .title{
    padding-bottom: 65px;
    margin-bottom: 10px;
  }
  .aside1 .image{
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .aside1 .text .nametext{
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
  }
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 10px;
  bottom: 0px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
@media screen and (max-width: 768px){
  .pagetop {
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}