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


/*ここからホームページ*/
#index main {
  background-image: url("../image/top-back.jpg");
  background-repeat: repeat;
}

.start {
  background: #fce4d6;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  z-index: 10000;
}

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  padding: 1rem;
  background-color: #da536e;
  text-align: center;
}

.start img {
  display: block;
  width: 200px;
}

/*メインビジュアル*/
.in_mainvisual {
  width: 100vw;
  height: 80vh;
  background-position: top 30% right 25%;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 99;
}

.in_mainvisual p {
  font-size: 25px;
  margin-bottom: 2rem;
  z-index: 100;
  color: #a38256;
  background-color: rgba(256, 256, 256, 0.7);
  text-shadow: 0 0 3px #aaa;
  display: block;
  text-align: right;
  width: 100vw;
  padding: 1rem 2rem 1rem 0;
  line-height: 1.5;
  font-family: "HG明朝E";
}

/* コンセプト */
.in_about {
  position: relative;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.in_about2 {
  position: relative;
  margin-bottom: 1rem;
}
.in_abimg,
.in_abimg2 {
  height: 385px;
  background-position: center;
  background-size: cover;
  padding: 1rem;
}

.in_abbox,
.in_abbox2 {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: rgba(256, 256, 256, 0.7);
  padding: 1rem 0;
}

.in_subtitle {
  color: #da536e;
  font-size: 40px;
  text-align: center;
}

.in_rubi {
  display: block;
  font-size: 15px;
  color: #a38256;
  margin-bottom: -0.7rem;
}

.in_abtext {
  background-image: url("../image/moon.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.in_abtitle {
  font-size: 14px;
  margin: 1rem 0;
  text-align: center;
}

.in_text {
  font-size: 14px;
  padding: 0 1rem;
  margin: 1rem auto;
  text-align: justify;
}

.in_strong {
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  color: #d23655;
}

/* ニュース */
.in_news {
  margin: 0 auto;
  width: 100vw;
  background-color: #fff;
  padding: 3rem 0;
}

.in_newsbox {
  list-style-type: none;
  width: 90%;
  margin: 1rem auto;
}

.in_newsbox:last-child {
  border-bottom: 1px solid #a38256;
}

.in_newslist {
  line-height: 2;
  border-top: 1px solid #a38256;
  font-size: 16px;
}
.in_newslist time {
  color: #d23655;
}
.news {
  display: block;
  text-align: justify;
}

/* トピックス */
.in_topics {
  width: 100vw;
  background-color: #fff;
  padding: 3rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.in_tpmenu {
  list-style-type: none;
  width: 100vw;
}

.in_tplist a {
  width: inherit;
  height: inherit;
}

.in_tplist img {
  height: inherit;
  width: inherit;
  max-width: 380px;
  margin: 0 auto;
}

/* スライド編集 */
.slick-slide {
  transition: all 0.5s;
}

.slick-slide:not(.slick-center) {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
}

.slick-dots {
  z-index: 900;
}

/* アクセス */
.in_access {
  width: 100vw;
  padding: 5rem 0;
  background-color: #fff;
}

.in_acshop {
  text-align: center;
  line-height: 2;
}
.in_acshop p {
  text-align: left;
  text-indent: 2rem;
  line-height: 1.5;
}
.in_actitle {
  font-size: 20px;
  line-height: 2.5;
  text-align: center;
}

.in_acad {
  margin-bottom: 1rem;
  text-align: left;
  margin-left: 2rem;
  line-height: normal;
}

.tel_bunner {
  margin-bottom: 2rem;
}
.in_calendar {
  margin: 2rem 1rem;
  flex: 1;
}

.calendar {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.in_acroot {
  width: 90vw;
  margin-top: 1.5rem;
  margin-left: 3.5rem;
  line-height: 1.7;
}

.rootmg {
  margin: 1rem;
}

.in_acbtn {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1rem 0;
  z-index: 99;
}

.in_acbtn a,
.in_moonbtn a {
  text-align: center;
  color: #da536e;
  border: 1px solid #da536e;
  padding: 0.5rem 1rem;
  /*width: 20vw;*/
  min-width: 10rem;
}

/* 三角形ここから 

.in_topics::before {
  /*content: "";
  position: absolute;
  top: -6.8vh;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vh 0 0 100vw;
  border-color: transparent transparent transparent #fff;
}

.in_topics::after {
  content: "";
  position: absolute;
  bottom: -6.8vh;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7vh 0 0 100vw;
  border-color: #fff transparent transparent transparent;
}

.in_news::before,
.in_access::before {
  content: "";
  position: absolute;
  top: -6.8vh;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transform: scale(-1, 1);
  border-width: 7vh 0 0 100vw;
  border-color: transparent #fff;
}

.in_news::after,
.in_access::after {
  content: "";
  position: absolute;
  bottom: -6.8vh;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  transform: scale(-1, 1);
  border-width: 7vh 0 0 100vw;
  border-color: #fff transparent transparent transparent;
}

/* 三角形ここまで*/

/*========三知子セレクト goods.htll ======page*/


.go_white {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.go_peach {
  padding-top: 50px;
}
.go_photo img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.go_textbox {
  font-size: 14px;
  width: 90vw;
  margin: 0 auto;
}
.go_text {
  padding: 2rem;
}

/*-----------------ここから美知子セレクト-------------------*/
/*.go_mainvisual img {
  width: 100%;
	height: auto;
}
.go_title_page_title {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.go_subtitle {
  color: #a38256;
  border-bottom: medium solid #a38256;
  text-align: center;
  margin-bottom: 2em;
  font-size: 1.7em;
}
.go_img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.go_wrap1 {
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
}
.go_wrap2 {
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
}

.go_texttitle {
  font-size: 1.2em;
  white-space: nowrap;
}

.sp {
  display: block;
}
.go_text {
  margin: 2em;
  line-height: 2;
}
.go_bra {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.go_shorts {
  background-color: #fce4d6;
  padding-top: 5em;
  padding-bottom: 5em;
}
.go_pajama {
  background-color: #fff;
  padding-top: 5em;
  padding-bottom: 5em;
}
.go_inner {
  background-color: #fce4d6;
  padding-top: 5em;
  padding-bottom: 5em;
}

.linkbox {
  margin-top: 5em;
  margin-bottom: 10em;
  text-align: center;
}
.go_photo {
  margin: 1rem;
}
.go_photo img {
  width: 100%;
  height: auto;
}*/

/*---------------------ここからフィッテイング-----------------------*/

.fi_mainvisual img {
  width: 100%;
  height: auto;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
/*.fi_title .page_title {
  text-align: center;
  padding-top: 3em;
  margin-bottom: 5em;
}*/
.fi_topkiji {
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
}
.fi_subtitle {
  color: #da536e;
  text-align: center;
  margin-bottom: 2em;
  margin-top: 2em;
  font-size: 1.5em;
}
.fi_main_text {
  text-align: justify;
  margin: 2em;
}
/*ここからフィッティング流れ*/
.fi_text_title {
  color: #da536e;
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.3em;
  text-align: center;
}
.fi_yajirushi {
  text-align: center;
}
.fi_photo {
  text-align: center;
}
.fi_img {
  width: 100%;
  height: auto;
}
.fi_nagare {
  background-color: #fff;
  padding-bottom: 1rem;
}
.fi_nagare_text {
  text-align: justify;
  margin: 1em 2rem;
}

.fi_wrap1 {
  margin-top: 30px;
  margin-bottom: 30px;
} /*
.fi_wrap1 .fi_text_title,
.fi_wrap1 .fi_photo,
.fi_wrap1 .fi_nagare_text {
  transform: skew(0deg, -7deg);
}
.fi_wrap2 {
  background-color: #fff;
  transform: skew(0deg, -7deg);
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}*
.fi_wrap2 .fi_text_title,
.fi_wrap2 .fi_photo,
.fi_wrap2 .fi_nagare_text {
  transform: skew(0deg, 7deg);
}/
/*ここからビフォーアフター*/
.fi_before_after {
  background-color: #fff;
  padding-top: 3em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
}
.fi_before_after_title {
  font-size: 18px;
  text-align: center;
}
.fi_before_after_photo {
  width: 100%;
  height: auto;
}
/*.fi_bifore {
  text-align: center;
  padding: 1em;
}
.fi_after {
  text-align: center;
  padding: 1em;
}*/

.fi_yajirushi2_pc {
  display: none !important;
}
.fi_kansou {
  background-color: #fff;
  padding: 2rem 2rem 10rem;
}
.fi_kansou_title {
  text-align: center;
  border-bottom: medium solid #707070;
  padding: 0.5em;
}

.fi_kansou_photo {
  width: 100%;
  height: auto;
  margin-top: 2em;
  margin-bottom: 2em;
}

/*---------------------ここからお手入れ---------------------------*/
.ca_photo img {
    width: 100%;
    height: auto;

}
.ca_topkiji {
  background-color: #fff;
  padding-top: 2rem;
}
.ca_textbox {
	padding: 2rem;
}
.ca_textbox ul {
	margin-left: 3rem;
	text-align: left;
}
.ca_text {
  font-size: 20px;
  text-align: center;
  color: #a38256;
  font-weight: bold;
}
.ca_main_text {
  text-align: justify;
  margin: 2em;
}
.fi_img {
  width: 100%;
  height: auto;
}
.ca_block1 {
  background-color: #fff;
}
/*ここからお手入れサイクル*/
.ca_title2,
.ca_cycle {
  background-color: #fff;
}
.ca_texttitle,
.ca_texttitle2 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
.ca_title2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.marker {
  background: linear-gradient(transparent 80%, #50a1f1 80%);
  font-weight: bold;
}
p.p_center {
  text-align: center;
}
.ca_strong {
  display: block;
  color: #da536e;
  font-size: 23px;
}
.linkbox {
  padding-top: 3rem;
  padding-bottom: 10em;
  text-align: center;
}
.foot_sns {
  margin-bottom: 10rem;
}

/*ここまで斜め*/


/*--------------------ここから月と体について------------------------*/

#moon main {
  color: #707070;
  padding-bottom: 10rem;
}
.mo_text {
  margin: 1rem 2rem;
  font-size: 17px;
  line-height: 2;
  background-color: rgba(256, 256, 256, 0.4);
}
.mo_strong {
  font-size: 19px;
  font-weight: bold;
  color: #d23655;
  line-height: 1.5;
  margin: 0.5rem 0;
  display: block;
}
.mo_texttitle2 {
  font-size: 20px;
  padding: 0.5rem 1rem 0.5rem;
  margin: 3rem 0 1rem;
  background-color: #fff;
  color: #d23655;
}
.mo_toptitle {
  text-align: center;
}
.mo_toptext {
  margin: 1rem;
}
/*↓ここから「月と女性の体の関係について」*/
.mo_moon_topimg {
  width: 100vw;
  height: 250px;
  background-size: cover;
  background-position: center;
}
.mo_texttitle1 {
  font-size: 20px;
  padding: 0.5rem 1rem 0.5rem;
  margin: 3rem 0 1rem;
  color: #d23655;
  background-color: #fce4d6;
}
.mo_toptext2 {
  margin: 1.5rem 1rem;
}
.mo_moon {
  background-color: white;
  padding-bottom: 1.5rem;
  margin-bottom: 5rem;
}
.mo_iro,
.mo_pazyama{
  width: 100vw;
  height: auto;
}
.mo_mobox {
  border: 2px solid #fce4d6;
  border-radius: 10px;
  width: 90%;
  margin: 2rem auto;
  padding: 1rem 1rem;
}
.mo_motitel {
  text-align: center;
  font-size: 20px;
  color: #da536e;
}
.mo_motext1,
.mo_motext2,
.mo_motext3,
.mo_motext4,
.mo_motext5,
.mo_motext6 {
  padding: 1rem 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 130px;
}
.mo_motext1 {
  background-image: url("../image/mangetsu.png");
}
.mo_motext2 {
  background-image: url("../image/jogen.png");
}
.mo_motext3 {
  background-image: url("../image/kagen.png");
}
.mo_motext4 {
  background-image: url("../image/all.png");
}
.mo_motext5 {
  background-image: url("../image/mangetukarakagen.png");
}
.mo_motext6 {
  background-image: url("../image/kagenkarashingetsu.png");
}
.foot_sns {
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.foot_sns {
  margin-top: 0;
}
/*タロットカード*/
#mo_color {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#mo_color_main {
  width: 100%;
  max-width: 800px;
  margin: auto;
  height: 50vh;
  background-image: url("../image/tarot_first.jpg");
  background-size: cover;
  background-position: center;
}

#mo_color_card {
  max-width: 750px;
  margin: auto;
}

.mo_card {
  position: relative;
}

.mo_card a {
  display: block;
}

.mo_card ul {
  width: 20%;
}

.mo_card_reverse {
  position: absolute;
  top: 0;
  left: 0;
}

.mo_card img {
  box-shadow: 1px 3px 2px #333;
  width: 100%;
}

.mo_card_surface {
  transform: rotateY(0deg);
  transition: transform 300ms 150ms;
}

.mo_card_reverse {
  transform: rotateY(90deg);
  transition: transform 300ms;
}

a:hover .mo_card_surface {
  transform: rotateY(90deg);
  transition: transform 300ms;
}

a:hover .mo_card_reverse {
  transform: rotateY(0deg);
  transition: transform 300ms 150ms;
}
.slick-dots li {
  width: 4%;
  font-size: 12px;
}
.slick-dots li button:before {
  font-size: 15px;
}


/*---------------------アクセス--------------------------*/

/* メインビジュアル 
.ac_topframe {
	display: block;
	width: 100vw;
	height: 400px;
	background-position: top 50% right 20%;
	background-size: cover;
}*/
/* リンクボタン */
.ac_linkbox {
  margin: auto;
  margin-top: 5rem;
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ac_link {
  display: inline-block;
  width: 90%;
  margin: 1rem 0;
  text-align: center;
}
.ac_link_btn {
  display: inline-block;
  width: 100%;
  padding-top: 1.5rem;
  font-size: 14px;
  background-color: #da536e;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.ac_link_btn:hover {
  opacity: 0.6;
}
.ac_border {
  border: 1px dotted #707070;
}
.ac_link_btn::after {
  content: "〈";
  transform: rotate(-90deg);
  display: block;
  font-size: 20px;
  font-weight: bold;
  width: 1em;
  margin: 0 auto;
  padding-top: 0.5rem;
}
/* 道順 */
.ac_container1 {
  width: 100vw;
  margin: auto;
}
.ac_box {
  width: 100%;
  margin: 0 auto;
}
.ac_h2 {
  width: 90%;
  padding: 0.5rem 0;
  background-color: #fff;
  text-align: center;
  margin: 4rem auto 2rem;
  border-radius: 10px;
  border: 1px solid #da536e;
  color: #707070;
  font-size: 1rem;
}
.ac_bgimg {
  background-color: rgba(256, 256, 256, 0.5);
  border-radius: 10px;
  width: 100%;
  flex-wrap: wrap;
}
.ac_l_block {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
/*フレームここから*/
.ac_frame {
  position: absolute;
  height: 50px;
  width: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.lefttop {
  top: 0;
  left: 0;
  transform: rotate(90deg);
}
.lefbottom {
  bottom: 0;
  left: 0;
}
.righttop {
  top: 0;
  right: 0;
  transform: rotate(180deg);
}
.rightbottom {
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
}
/*フレームここまで*/
.ac_block {
  margin: 1.5rem 0;
}
.ac_arrow {
  display: none;
}
.ac_text {
  font-size: 16px;
  width: 80vw;
  margin: 0.5rem 0;
}
.ac_img {
  width: 80vw;
  height: auto;
  display: block;
}
.ac_map {
  width: 100%;
  padding-right: 2px;
}
/*アクセスボックス*/
.ac_access {
  width: 100vw;
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ac_acshop {
  text-align: center;
  line-height: 2rem;
}
.ac_actitle {
  font-size: 24px;
  line-height: 2.5rem;
  text-align: center;
}
.ac_acopen {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
/*

.ac_acad{
	margin-bottom:1rem;
}

.ac_acopen{
	margin-top: 1rem;
    margin-bottom: 1rem;
}
.ac_acroot {
	width: 90vw;
	margin-top: 1.5rem;
	margin-left:3.5rem;
	line-height: 1.7em;
}
*/
.rootmg {
  margin: 1rem;
}

/*-------------お問い合わせ-----------------*/

.co_page {
	font-size: 10px;;
	color: #707070;
}

.co_mainvisual {
	width: 100%;
	height: 260px;
	background-image:
	url("../image/co_shop_img.jpg");
	background-size: cover;
}

.co_mainvisual_pc {
	display: none;
}

.co_h2 {
	width: 100%;
	display: inline-block;
	background-color: #DCD4D4;
	text-align: center;
	font-size: 1.2rem;
	}

	.co_h2_min600 {
		display: none;
	}

.co_page {
	width: 100%;
	height: 100%;
}

.co_formbox {
	background-color: #FCE4D6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.co_form_frame {
	dispaly: none;
}

.co_topframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.0rem;
	padding-bottom: 1.0rem;
	height: auto;
	width: 90vw;
}

.co_p {
	text-align: center;
	font-size: 0.9rem;
	padding-bottom: 1.0rem;
	color: #000;
}

.co_label {
	margin-left: 10%;
	display: block;
	font-size: 1.1rem;
	font-weight: bold;
	margin-top: 2rem;
}

.co_input {
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	display: block;
	width: 80%;
}

.co_textarea {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 80%;
}

.co_buttom {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	width: 30%;
	background-color: #483A3A;
	border-color: #483A3A;
	border-radius: 30px;
	height: 40px;
	color: #fff;
	font-size: 1.5rem; 
}

.co_link_tel {
	display: block;
	text-align: center;
	margin: 2rem 0;
}

.co_tel_img {
	height: 80px;
	width: 250px;
}

.co_bottomframe {
	display: block;
	margin:2rem auto 10rem auto;
	height: auto;
	width: 90vw;
}
.co_topframe_pc {
	display: none;
}
.co_bottomframe_pc {
	display: none;
}

/*=======600px以上設定========*/
@media (min-width: 600px) {
	.mo_br {
    	display: none;
	}

	/*--------600px以上ホームページ--------*/
  .start img {
    width: 300px;
  }

  /*メインビジュアル(600px以上)*/
  .in_mainvisual {
    background-position: center center;
    height: 50vh;
  }

  .in_mainvisual p {
    font-size: 30px;
    display: block;
    padding: 1rem 4rem 1rem 0;
    line-height: 1.5;
    margin-bottom: 8rem;
  }

  /*コンセプト(600px以上)*/
  .in_about {
    display: flex;
    position: static;
    height: 420px;
    margin: 0;
  }

  .in_about2 {
    display: flex;
    flex-direction: row-reverse;
    position: static;
    height: 420px;
    margin: 0;
  }
  .in_abimg,.in_abimg2 {
    flex: 0 0 50%;
    height: auto;
  }

  .in_abbox,
  .in_abbox2 {
    position: static;
    display: flex;
    flex: 0 0 50%;
  }
  .in_text {
    padding: 0 3rem;
  }

  /* access(600px以上)*/
  .in_actop {
    display: flex;
    width: 90vw;
    margin: 1rem auto;
    max-width: 1000px;
    justify-content: space-between;
  }

  .in_actel img {
    width: 100%;
    max-width: 250px;
  }

  .card {
    display: block;
    text-indent: 2rem;
  }
  .in_calendar {
    flex: 0 0 60%;
  }
  .in_acbtm {
    width: 90vw;
    margin: 0 auto;
    max-width: 1000px;
  }
  .mo_br {
    display: none;
  }

  .in_acroot {
    width: 80vw;
    max-width: 1000px;
  }

  .in_acroot {
    line-height: 1.5em;
  }

  .in_acbtn a:nth-child(2) {
    margin-left: 3rem;
  }
	
  /*goods.html*/
  .go_wrap1 {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  .go_wrap2 {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 2rem;
  }
  .go_photo {
    flex: 2;
  }
  .go_textbox {
    flex: 3;
    width: 100%;
  }
  .h3_subtitle {
    width: 60%;
    margin-left: 2rem;
    text-align: left;
  }
	
	/*美知子セレクト*/
  .linkbox img {
    width: 50vw;
    height: auto;
  }
	
	/*フィッテイング*/
	.fi_wrap1 {
    margin-top: 30px;
  }
	
	/*お手入れ方法*/
	.ca_title1,.ca_title2 {
    font-size: 2rem;
  }
  .ca_block1 {
    padding-top: 2rem;
  }
  .ca_photo {
    flex: 0 0 50%;
  }

  .ca_timing {
    margin-top: 1rem;
    text-align: center;
  }
	.ca_textbox {
	padding-left: 2rem;
	padding-right: 0;
}

  .linkbox img {
    width: 50vw;
    height: auto;
  }
	

 
	/*------月と体について(600px以上)-------*/
	.mo_fulling1 {
    height: 400px;
  }
  .mo_imgtext1 {
    font-size: 2rem;
    padding-left: 3rem;
  }
  .mo_fulling2 {
    height: 400px;
  }
  .mo_imgtext2 {
    font-size: 2rem;
    padding-right: 5rem;
  }
  .mo_texttitle1 {
    font-size: 30px;
    padding-left: 3rem;
  }
  .mo_texttitle2 {
    font-size: 30px;
    padding-left: 5rem;
  }
  .mo_textbox {
    margin: 3rem auto;
    width: 43em;
  }
 
  /*月と女性の体の関係について*/
  .mo_moon_topimg {
    height: 400px;
  }
  .mo_iro{
    width: 50vw;
  }
  .mo_moon_text_in {
    display: flex;
    align-items: center;
  }
  .mo_texttitle_mo1 {
    text-align: left;
    padding-left: 3rem;
  }
  .mo_texttitle_mo2 {
    text-align: right;
    padding-right: 6rem;
  }
  .mo_textbox_mo1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .mo_moon_text {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 95%;
  }
  .mo_mobox {
    width: 30vw;
    margin-bottom: -0.5rem;
  }
  .mo_textbox_mo2 {
    margin: 0 auto;
    width: 90vw;
  }
  .mo_textbox_mo2 .pr_text {
    width: 90vw;
  }
	/*パジャマ画像*/
  .mo_pazyama{
    width: 90vw;
    height: 90vw;
  }

/*---アクセスページ(600px以上)----*/
	/*リンク一覧(600px以上)*/
  .ac_linkbox {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .ac_link_btn {
    width: 25vw;
  }
  /* 道順 */
  .ac_box {
    width: 100%;
    margin: 0 auto;
  }
  .ac_h2 {
    display: block;
    width: 90%;
    margin: 5rem auto;
  }
  .ac_bgimg {
    width: 90%;
    margin: 0 auto;
  }
  .ac_l_block {
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 3rem 1rem;
  }
  .ac_frame {
    height: 80px;
    width: 80px;
  }
  .ac_block {
    margin: 0.5rem 0.8rem;
  }
  .ac_img {
    width: 25vw;
    height: auto;
    display: block;
  }
  .ac_text {
    width: 25vw;
  }
  /* accessボックス(600px以上) */
  .ac_access {
    background-color: #fff;
    margin-top: 10%;
    width: 90%;
    margin: 10rem auto;
  }
  .ac_actop {
    display: flex;
    height: 60%;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .ac_actitle {
    text-align: left;
  }
  .ac_acshop {
    line-height: 1.5rem;
    text-align: left;
  }
  .ac_actop {
    display: flex;
    width: 80vw;
    justify-content: space-between;
  }
  .ac_actel img {
    width: 200px;
  }
  /*.ac_acshop{
		line-height: 1.5rem;
		text-align: left;
		width: 40%;
		margin-right: 2rem;
	}
	*/
  .ac_actel img {
    width: 200px;
  }
  .ac_map {
    margin-left: 2rem;
  }
  .ac_map {
    height: 100%;
    width: 100%;
  }
  .mo_br {
    display: none;
  }
  .ac_acroot {
    line-height: 1.7em;
  }
  .ac_acshop {
    line-height: 2rem;
  }
  .ac_acbtm {
    position: relative;
    width: 90%;
  }
  .ac_acroot {
    margin-left: 2.5rem;
    margin-top: 1rem;
    width: 85vw;
    line-hight: 1.5em;
  }
  /*
	.ac_acbtm {
		position: relative;
		width: 90%;
	}
	.ac_acbtn {
		position: absolute;
		right: 0%;
		bottom: -25%;
	}
	*/
	 .ac_acbtm a:nth-child(2) {
    margin-left: 3rem;
  }
	/*------お問い合わせ(600px以上)------*/
	.co_page {
		background-image: url("../image/co_shop_img.jpg");
		background-size: cover;
		width: 100vw;
		padding: 10rem 0.7rem 10rem 0;
		z-index: 0;
	}
	
	.co_mainvisual {
		display: none;
	}
	
	.co_form {
		width: auto;
		height: auto;
		padding-top:10px;
	}
	
	.co_h2 {
		display: none;
	}
	
	.co_h2_min600 {
		display: inline-block;
		background-color: #DCD4D4;
		width: 100%;
		padding: 0.5rem 0;
		margin-top: 15px;
		margin: 15px auto 0 auto;
		text-align: center;
		font-size: 1.5rem;
		font-weight: bold;
	}
	
	.co_formbox {
	background-image: none;
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
	box-sizing:border-box;
	}
	
	.co_p {
		display: block;
		font-size: 0.9rem;
		margin: 1rem auto;
		padding: 0;
	}

	.co_form_frame {
		width: 100%;
		height: auto;
		margin:20px auto 0 auto;	
	}
	
	.co_topframe_pc {
		display: block;
		width: 50%;
		margin: 0 auto;
		height: auto;
	}
	
	.co_bottomframe_pc {
		display: block;
		width: 50%;
		margin: 1rem auto 5rem;
		height: auto;
	}
	
	.co_formcontainer{
		width: 70%;
		margin: 1rem auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.co_label {
		display: block;
		font-size: 1.0rem;
		vertical-align: middle;
		width: 12rem;
		text-align: center;
		margin-top: 25px;
		box-sizing: border-box;
		margin-left: 0;
		margin-right: 0;
	}
	
	.co_input {
		width: 59%;
		height: 35px;
		vertical-align: middle;
		display: inline-block;
		border: 1px solid gray;
		margin-top: 25px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.co_textarea {
		display: inline-block;
		width: 59%;
		height: 200px;
		margin: 25px 0 20px 0;
		vertical-align: middle;
		border: 1px solid gray;
		font-size: 1.0rem;
		color: #000000;
		margin-left: 0;
		margin-right: 0;
	}
	
	.co_buttom {
		width: 30%;
		height: 40px;
		font-size: 0.9rem;
		padding-bottom: 2px;
		text-align: center;
	}
	
	.co_link_tel{
		margin: 1rem auto;
		width: 20%;
		height: auto;
	}
	
	.co_tel_img{
		width: 100%;
		height: auto;
	}
	
	.co_topframe {
		display: none;
	}
	
	.co_bottomframe {
		display: none;
	}
}
/*===========769px以上設定==============*/
@media (min-width: 769px) {
	
	/*-------ホームページ(769pxpx以上)------*/
  .in_mainvisual {
    height: 100vh;
  }
	
  .in_mainvisual p {
    margin-bottom: 8rem;
  }

  /* about(769pxpx以上) */
  .in_about {
    display: flex;
  }

  .in_abimg {
    flex: 0 0 50%;
  }

  .in_abbox {
    flex: 0 0 50%;
  }

  .in_abtitle {
    font-size: 16px;
    margin: 1rem 0;
  }

  .in_text {
    font-size: 16px;
  }

  /* ニュース(769pxpx以上) */
  .in_newsbox {
    width: 80%;
  }

  .in_newslist {
    line-height: 5rem;
  }

  .in_newslist time {
    position: relative;
    margin-right: 2rem;
  }

  .in_newslist time::after {
    content: "";
    position: absolute;
    right: -1rem;
    top: 0;
    /*線の上下位置*/
    display: inline-block;
    width: 2px;
    /*線の長さ*/
    height: 1rem;
    /*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    /*位置調整*/
    background-color: #a38256;
    /*線の色*/
    border-radius: 25px;
    /*線の丸み*/
  }

  .news {
    display: inline-block;
    width: 70vw;
  }

  /*------access(769pxpx以上)------*/

  .in_acshop {
    line-height: 2;
    flex: 0 0 40%;
  }

  .in_acroot {
    line-height: 1.7em;
  }

  .in_acbtn {
    justify-content: flex-end;
    margin-top: -2rem;
  }

  .in_moonbtn {
    justify-content: flex-end;
  }

  /* 三角形(769pxpx以上) */
  .in_about::before,
  .in_news::before,
  .in_topics::before,
  .in_access::before {
    border-width: 20vh 0 0 100vw;
    top: -19.8vh;
  }

  .in_about::after,
  .in_news::after,
  .in_topics::after,
  .in_access::after {
    border-width: 20vh 0 0 100vw;
    bottom: -19.8vh;
  }
	
	/*-----お手入れ方法(769pxpx以上)------*/
	.ca_subtitle {
    margin-top: 7rem;
    font-size: 1.5rem;
  }
	
  .ca_text {
    padding-top: 1.5rem;
  }
	
  .ca_cycle {
    padding-bottom: 8rem;
  }
  /* 三角形 
  .ca_block2::before {
    border-width: 20vh 0 0 100vw;
    top: -19.9vh;
  }
  .ca_block2::after {
    border-width: 20vh 0 0 100vw;
    bottom: -19.9vh;
  }
  .cy_photo {
    width: 35%;
  }*/

}

/*========PC版1025px以上========*/
 @media (min-width: 1025px) {
	.sp {
      display: none;
    }
	  .pc {
		display: block;
	  }

	 /*-----美知子セレクト(1025px以上)-----*/
    .go_texttitle {
      margin-top: 3em;
    }
    .go_text {
      margin-right: 3em;
      margin-left: 3em;
    }
    .go_bra .go_subtitle {
      text-align: left;
      margin-left: 3em;
      margin-right: 20em;
    }
    .go_shorts .go_subtitle {
      text-align: left;
      margin-left: 20em;
      margin-right: 3em;
    }
    .go_pajama .go_subtitle {
      text-align: left;
      margin-left: 3em;
      margin-right: 20em;
    }
    .go_inner .go_subtitle {
      text-align: left;
      margin-left: 20em;
      margin-right: 3em;
    }
    .go_wrap1 {
      width: 90%;
      display: flex;
      margin: 4em auto;
    }
    .go_wrap2 {
      display: flex;
      flex-flow: row-reverse;
      width: 90%;
      margin: 4em auto;
    }
    .go_photo img {
      width: 500px;
      height: auto;
    }
    .go_wrap2 img {
      width: 500px;
      height: auto;
    }
	 
	 /*------フィッテイング(1025px以上)------*/
	 .fi_mainvisual {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }
  .fi_wrap1 {
    padding-bottom: 1rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .fi_wrap1 .fi_text_title {
    text-align: center;
    width: 70vw;
    margin: 2em auto;
  }
  .fi_photo .fi_img {
    width: 70vw;
    height: auto;
  }
  .fi_wrap1 .fi_nagare_text {
    text-align: center;
    width: 70vw;
    margin: 2em auto;
  }
  .fi_wrap2 .fi_text_title {
    text-align: center;
    width: 70vw;
    margin: 2em auto;
  }
  .fi_wrap2 .fi_nagare_text {
    text-align: justify;
    width: 70vw;
    margin: 2em auto;
  }
  /*ビフォーアフター(1025px以上)*/
  .fi_before_after {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin-top: 4em;
    position: relative;
    align-items: center;
  }

  .fi_before_after_title {
    flex: 100%;
  }
  .fi_bifore,
  .fi_after {
    flex: 45%;
    text-align: center;
  }
  .before_text {
    margin-right: 3em;
    margin-left: 3em;
  }

  .after_text {
    margin-right: 3em;
    margin-left: 3em;
  }
  .fi_before_after_photo {
    height: auto;
  }
  .fi_yajirushi2_pc {
    display: block !important;
  }
  .fi_yajirushi2_sp {
    display: none !important;
  }
  .fi_kansou {
    padding-right: 10em;
    padding-left: 10em;
  }
  .fi_kansou_title {
    margin-right: 3em;
    margin-left: 3em;
  }
  .fi_kansou_kiji {
    display: flex;
    flex-direction: row-reverse;
  }
  .fi_kansou_photo {
    width: auto;
    height: 17em;
    margin-left: 2em;
  }
  .fi_kansou_text {
    margin-top: 2em;
  }
	
	 /*----お手入れ(1025px以上)-----*/
	 .fi_photo .fi_img {
    	width: 70vw;
    	height: auto;
  	}
	 .ca_textbox{
		padding: 2rem;
	}
	 .ca_textboxfirst{
		 margin-left: 10%;
	 }
	 /*-----月と体について(1025px以上)------*/
	 .mo_textbox_mo2 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin: 0 auto;
  }
  .mo_textbox_mo2 .pr_text {
    width: 40vw;
  }
	 /*パジャマ画像*/
  .mo_pazyama{
    width: 40vw;
    height: 40vw;
  }
  .main_1 {
    position: relative;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
    padding-bottom: 400px;
    padding-top: 400px;
    width: 80%;
    margin: 0 auto;
  }
  .main_1 h1 {
    position: absolute;
    font-size: 70px;
    color: #fff;
    top: 30%;
    right: 10px;
  }
  .text3 .aka {
    position: absolute;
    font-size: 90px;
    bottom: 7rem;
    left: 3em;
    color: #f00c89;
  }
  .shiro {
    position: absolute;
    font-size: 90px;
    color: #fff;
    bottom: 4rem;
    right: 3em;
  }
  .text3 {
    margin-left: 3rem;
  }
  .text4 {
    margin-right: 3rem;
  }
	 
	 /*-----アクセス(1025px以上)------*/
	  .ac_arrow {
    display: block;
    margin: 7rem auto 0 auto;
  }
  .ac_arrow_img {
    display: block;
    width: 25px;
    height: 50px;
  }
}

