@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 1131px){
	
	
/* 共通 */
	
body {
	margin: 0;
	padding: 0;
}
.container-wrap01 {
	width: 1100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container-wrap02 {
	width: 850px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 160%;
}
.container-wrap03 {
	width: 700px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.object-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
}

/* 文字*/

.h2-outer {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 13px;
	margin-bottom: 50px;
	width: calc(100% - 13px);
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.h2-inner {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
	margin: 0;
	display: flex;
	justify-content: center;
}
.h2-outer-pink {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 13px;
	margin-bottom: 50px;
}
.h2-inner-pink {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E50682;
	color: #FFFFFF;
	font-weight: 600;
}
.h2-outer-pink02 {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 13px;
	margin-bottom: 50px;
	width: 530px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.h2-inner-pink02 {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E50682;
	color: #FFFFFF;
	font-weight: 600;
}
h3 {
	font-size: 50px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}

.chotai90 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.90, 1);
  transform-origin: center center;
	}
.chotai85 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.85, 1);
  transform-origin: center center;
	}
.chotai80 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.80, 1);
  transform-origin: center center;
	}
.chotai75 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.75, 1);
  transform-origin: center center;
	}
.chotai70 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.70, 1);
  transform-origin: center center;
	}
.chotai65 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.65, 1);
  transform-origin: center center;
	}
.text-center {
	text-align: center
	}
.press-text {
	text-align: center;
	font-size:22px;
	font-weight: 500;
	margin-bottom: 10px;
	}
/* flex */
.flex-container01 {
	display: flex;
}
.flex-contents-L-36 {
	width: 35%;
}
.flex-contents-R-74 {
	width: 72%;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 160%;
	margin-left: 3%;
}


.flex-contents-L-45 {
	width: 44%;
}
.flex-contents-R-55 {
	width: 53%;
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 160%;
	margin-left: 3%;
}

.line-flex {
    display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
/* スペーサー */

.spacer-u-M {
	margin-top: 50px;
}

/* お問い合わせ */	
	
.form-wrap {
	width: 900px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 200%;
	border: 1px solid #999999;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
}

dl,
dt,
dd {
  box-sizing: border-box;
}
dl {

	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
dt,
dd {
  padding: 20px 10px 0px 10px;

}
dt {
  width: 33%;
  float: left;
	
}
dd {
  background: #fff;
  margin-left: 33%;
  padding-bottom: 0px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
.form-S {
	width: 50%;
	font-size: 20px;
	border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
}
.form-M {
	width: 80%;
	font-size: 20px;
	border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
}
.form-L {
	width: 90%;
	font-size: 20px;
	border: 1px solid #B3B3B3;
}
input[type="text"]:focus {
  border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
  outline: 0;
}
.form-botan {
	margin-top: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #E07000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	font-size: 24px;
	text-align: center;
	color: #FFFFFF;
	border-width: 0px;
}
.form-text {
	font-size: 22px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
.hissu {
	background-color: #FF0066;
	color: #FFFFFF;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	}
/* その他 */
.line-circle01 {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.4);
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
}
video {
      width: 100%;
      max-width: 560px;
      display: block;
      margin: 0 auto;
    }
	
	
}




















@media all and (max-width:1130px){
	
	
	
/* 共通 */
	
body {
	margin: 0;
	padding: 0;
}
.container-wrap01 {
	width: 98vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container-wrap02 {
	width: 90vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5vw;
	font-weight: 600;
	line-height: 160%;
}
.container-wrap03 {
	width: 85vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.object-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
}

/* 文字*/

.h2-outer {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 13px;
	margin-bottom: 50px;
	width: 90%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.h2-inner {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3.5vw;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}
.h2-outer-pink {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 13px;
	margin-bottom: 50px;
}
.h2-inner-pink {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3.5vw;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E50682;
	color: #FFFFFF;
	font-weight: 600;
}
.h2-outer-pink02 {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 13px;
	margin-bottom: 50px;
	width: 530px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}
.h2-inner-pink02 {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3.5vw;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E50682;
	color: #FFFFFF;
	font-weight: 600;
}
h3 {
	font-size: 3vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}
.chotai85 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.85, 1);
  transform-origin: center center;
	}
.chotai80 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.80, 1);
  transform-origin: center center;
	}
.chotai75 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.75, 1);
  transform-origin: center center;
	}
.chotai70 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.70, 1);
  transform-origin: center center;
	}
.chotai65 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.65, 1);
  transform-origin: center center;
	}
.text-center {
	text-align: center
	}
.press-text {
	text-align: center;
	font-size:22px;
	font-weight: 500;
	margin-bottom: 10px;
	}
/* flex */
.flex-container01 {
	display: flex;
}
.flex-contents-L-36 {
	width: 35%;
}
.flex-contents-R-74 {
	width: 72%;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5vw;
	font-weight: 600;
	line-height: 160%;
	margin-left: 3%;
}


.flex-contents-L-45 {
	width: 44%;
}
.flex-contents-R-55 {
	width: 53%;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5vw;
	font-weight: 600;
	line-height: 160%;
	margin-left: 3%;
}

.line-flex {
    display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
/* スペーサー */

.spacer-u-M {
	margin-top: 50px;
}

/* お問い合わせ */	
	
/* フォーム */	
.form-wrap {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 200%;
	border: 1px solid #999999;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
	}
dl,
dt,
dd {
  box-sizing: border-box;
}
dl {

	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}
dt,
dd {
  padding: 10px 10px 0px 0px;

}
dt {
  width: auto;
  float: none;
	
}
dd {
  background: #fff;
  margin-left: 5%;
  padding-bottom: 0px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
.form-S {
	width: 70%;
	font-size: 20px;
	border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
}
.form-M {
	width: 100%;
	font-size: 20px;
	border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
}
.form-L {
	width: 100%;
	font-size: 20px;
	border: 1px solid #B3B3B3;
}
input[type="text"]:focus {
  border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
  outline: 0;
}
	
.form-botan {
	margin-top: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #E07000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-size: 3vw;
	text-align: center;
	color: #FFFFFF;
	border-width: 0px;
	}

.form-text {
	font-size: 22px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
.hissu {
	background-color: #FF0066;
	color: #FFFFFF;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	}
/* その他 */
.line-circle01 {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.4);
    width: 10px;
    height: 10px;
    border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
}
video {
      width: 100%;
      max-width: 560px;
      display: block;
      margin: 0 auto;
    }
	
	
}

















@media all and (max-width:640px){
	
	
	
/* 共通 */
	
body {
	margin: 0;
	padding: 0;
}
.container-wrap01 {
	width: 98vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.container-wrap02 {
	width: 98vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto Serif JP", serif;
	font-size: 4vw;
	font-weight: 600;
	line-height: 160%;
}
.container-wrap03 {
	width: 98vw;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.object-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img {
	max-width: 100%;
}

/* 文字*/

.h2-outer {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 8px;
	margin-bottom: 50px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.h2-inner {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3.5vw;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 600;
}
.h2-outer-pink {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 8px;
	margin-bottom: 50px;
}
.h2-inner-pink {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	display: flex;
	justify-content: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3.5vw;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E50682;
	color: #FFFFFF;
	font-weight: 600;
}
.h2-outer-pink02 {
    border-radius: 70px;
    -webkit-box-shadow: 2px 2px 10px 4px #CFCFCF;
    box-shadow: 2px 2px 10px 4px #CFCFCF;
	padding: 13px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.h2-inner-pink02 {
    border-radius: 60px;
    -webkit-box-shadow: inset 2px 2px 10px 4px #CFCFCF;
    box-shadow: inset 2px 2px 10px 4px #CFCFCF;
	text-align: center;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 3.5vw;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #E50682;
	color: #FFFFFF;
	font-weight: 600;
}
h3 {
	font-size: 4.5vw;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 900;
	display: flex;
	justify-content: center;
	margin-bottom: 30px
}
.chotai85 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.85, 1);
  transform-origin: center center;
	}
.chotai80 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.80, 1);
  transform-origin: center center;
	}
.chotai75 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.75, 1);
  transform-origin: center center;
	}
.chotai70 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.70, 1);
  transform-origin: center center;
	}
.chotai65 {
	display: inline-block;
  white-space: nowrap;
  transform: scale(0.65, 1);
  transform-origin: center center;
	}
.text-center {
	text-align: center
	}
.press-text {
	text-align: center;
	font-size:2.7vw;
	font-weight: 500;
	margin-bottom: 10px;
	}
/* flex */
.flex-container01 {
	display: flex;
	flex-direction: column;
}
.flex-contents-L-36 {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.flex-contents-R-74 {
	width: 95%;
	font-family: "Noto Serif JP", serif;
	font-size: 4vw;
	font-weight: 600;
	line-height: 160%;
	margin-left: 3%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}


.flex-contents-L-45 {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.flex-contents-R-55 {
	width: 95%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "Noto Serif JP", serif;
	font-size: 4vw;
	font-weight: 600;
	line-height: 160%;
	margin-left: 3%;
	margin-top: 15px;
}

.line-flex {
    display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
/* スペーサー */

.spacer-u-M {
	margin-top: 50px;
}

/* お問い合わせ */	
	
/* フォーム */	
.form-wrap {
	width: 80%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 200%;
	border: 1px solid #999999;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 60px;
	padding-left: 30px;
	}
dl,
dt,
dd {
  box-sizing: border-box;
}
dl {

	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 10px;
}
dt,
dd {
  padding: 10px 10px 0px 0px;

}
dt {
  width: auto;
  float: none;
	
}
dd {
  background: #fff;
  margin-left: 5%;
  padding-bottom: 0px;
}
dd:after {
  content: '';
  display: block;
  clear: both;
}
.form-S {
	width: 70%;
	font-size: 20px;
	border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
}
.form-M {
	width: 100%;
	font-size: 20px;
	border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
}
.form-L {
	width: 100%;
	font-size: 20px;
	border: 1px solid #B3B3B3;
}
input[type="text"]:focus {
  border-left: 0px solid #B3B3B3;
	border-right: 0px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	border-top: 0px solid #B3B3B3;
  outline: 0;
}
	
.form-botan {
	margin-top: 5px;
	padding-top: 13px;
	padding-bottom: 13px;
	background-color: #E07000;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	font-size: 4vw;
	text-align: center;
	color: #FFFFFF;
	border-width: 0px;
	}

.form-text {
	font-size: 4vw;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
}
.hissu {
	background-color: #FF0066;
	color: #FFFFFF;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	}
/* その他 */
.line-circle01 {
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.4);
    width: 1.5vw;
    height: 1.5vw;
    border-radius: 50%;
	margin-left: 1vw;
	margin-right: 1vw;
}
video {
      width: 100%;
      max-width: 560px;
      display: block;
      margin: 0 auto;
    }
	
	
}