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

/* reset styles */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset {
	margin: 0;
	padding: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/* HTML5の新要素 */
section, nav, article, aside, header, footer, 
hgroup, figure, figcaption, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	/*font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;*/
	/*font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
	/*font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*------------------------------------------------------------------
共通スタイル
-------------------------------------------------------------------*/
html,body{
    width: 100%;
	height:100%;
}
body{
	font-size:18px;	
	text-align:center;
	color:#000;
	background:#fff;
	line-height:1.8rem;
}
.clear{
	overflow:hidden;	
}
ul{
	list-style:none;	
}
img{
    vertical-align:bottom;
	border:none;
	max-width:100%;
}
span.red{
	color:red;	
}
span.underline{
	text-decoration:underline;	
}
*:focus {
   outline:none;
}
a{
	color:#000000;
}
a:hover{
	color:#A2A2A2;
}
#page-top a:hover img{
	/* 透過 */
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
/**mac用リセットCSS**/
input{
	-webkit-appearance: none;	
}
/*------------------------------------------------------------------
共通スタイルcontainer
-------------------------------------------------------------------*/
/*.container{
	width:950px;
	margin:0 auto;*/
	/* box-shadow */
	/*-moz-box-shadow:0px 0px 6px 3px #cccccc;
	-webkit-box-shadow:0px 0px 6px 3px #cccccc;	
	box-shadow:0px 0px 6px 3px #cccccc;
}*/

/*------------------------------------------------------------------
共通スタイルbox
-------------------------------------------------------------------*/
.box{
	min-width:1040px;
	_display: inline;
	_zoom:1;
}
/*.box .inner{
	width:1000px;
	margin:0 auto;
}

/*------------------------------------------------------------------
共通スタイルheader
-------------------------------------------------------------------*/
header{
	background:url(images/main_bg.png) no-repeat center top;
}

/*------------------------------------------------------------------
共通スタイルbox01
-------------------------------------------------------------------*/
.box01{
	background:url(images/box01_bg.png) no-repeat center top;
	padding:30px 0;
}
.box01 .wrap01{
	width:1000px;
	margin:0 auto;
	background:url(images/box01_wrap.png) left top;
	/* box-shadow */
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.box01 .wrap01 h1{
	padding-top:25px;	
}
.box01 .wrap01 ul{
	width:900px;
	padding:25px 0;
	margin:0 auto;
		
}
.box01 .wrap01 ul li{
	display:inline;	
	padding:0 15px;
}
/*------------------------------------------------------------------
共通スタイルbox02
-------------------------------------------------------------------*/
.box02{
//	background:url(images/box02_bg.png) repeat left top;
  background-image: url(images/bg01.png);
	padding:30px 0;
}
.box02 .wrap01{
	width:1000px;
	margin:0 auto;
	background:#fff;
  box-shadow: 0px 0px 20px #efcbd7;
  background: #fff;
  border-radius: 10px;
}
.box02 .wrap01 .inner01{
	width:870px;
	margin:0 auto 60px auto;
	text-align:left;	
}
.box02 .wrap01 .inner01 p span{
	color:#f12454;
}
/* point01 */
.box02 .wrap01 .point01 h2{
	background:url(images/box02_02.png) no-repeat left bottom;	
	font-size:36px;
	color:#7b6815;
	line-height:2.5rem;
  margin-bottom: 40px;
	padding:25px 0 0 100px;
}
.box02 .wrap01 .point01 p{
	background:url(images/box02_03.png) no-repeat right center;
	padding:30px 330px 50px 0;
	line-height:2rem;
	font-weight:bold;
}
/* point02 */
.box02 .wrap01 .point02 h2{
	background:url(images/box02_04.png) no-repeat left bottom;	
	font-size:36px;
	color:#7b6815;
	line-height:2.5rem;
  margin-bottom: 40px;
	padding:65px 0 0 100px;
}
.box02 .wrap01 .point02 p{
	background:url(images/box02_10.png) no-repeat left 40px;
	padding:30px 0 50px 390px;
	line-height:2rem;
	font-weight:bold;
}
/* point03 */
.box02 .wrap01 .point03 h2{
	background:url(images/box02_05.png) no-repeat left bottom;	
	font-size:36px;
	color:#7b6815;
	line-height:2.5rem;
  margin-bottom: 40px;
	padding:65px 0 0 100px;
}
.box02 .wrap01 .point03 p{
	background:url(images/box02_11.png) no-repeat right center;
	padding:30px 400px 50px 0;
	line-height:2rem;
	font-weight:bold;
}
/* point04 */
.box02 .wrap01 .point04 h2{
	background:url(images/box02_06.png) no-repeat left bottom;	
	font-size:36px;
	color:#7b6815;
	line-height:2.5rem;
  margin-bottom: 40px;
	padding:25px 0 0 100px;
}
.box02 .wrap01 .point04 p{
	background:url(images/box02_07.png) no-repeat left 40px;
	padding:30px 0 50px 390px;
	line-height:2rem;
	font-weight:bold;
}
/* point05 */
.box02 .wrap01 .point05 h2{
	background:url(images/box02_08.png) no-repeat left bottom;	
	font-size:36px;
	color:#7b6815;
	line-height:2.5rem;
  margin-bottom: 40px;
	padding:65px 0 0 100px;
}
.box02 .wrap01 .point05 p{
	padding:30px 0 30px 0;
	line-height:2rem;
	font-weight:bold;
}
.box02 .wrap01 .point05 div{
	text-align:center;
	padding-bottom:50px;
}
/* point06 */
.box02 .wrap01 .point06 h2{
	background:url(images/box02_12.png) no-repeat left bottom;	
	font-size:36px;
	color:#7b6815;
	line-height:2.5rem;
  margin-bottom: 40px;
	padding:25px 0 0 100px;
}
.box02 .wrap01 .point06 p{
	background:url(images/box06.jpg) no-repeat center right;
  background-size: 180px;
	padding:30px 260px 50px 0;
	line-height:2rem;
	font-weight:bold;
}
/*------------------------------------------------------------------
共通スタイルyouTube
-------------------------------------------------------------------*/
.youTube .wrap01 .inner01 div,
.youTube .wrap01 .inner02 div {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youTube .wrap01 .inner01 div iframe,
.youTube .wrap01 .inner02 div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  border:3px #ccc solid;
}

.youTube > div:first-child{
	padding:50px 0 30px;	
}
.youTube > div:last-child{
	padding-bottom:50px;	
}

.youTube .wrap01{
	width:1000px;
	margin:0 auto;
	overflow:hidden;	
}

.youTube .wrap01 .inner01{
	width:495px;
	float:left;	
	padding:0 50px;
}
.youTube .wrap01 .inner02{
	width:495px;
	float:right;
	padding:0 50px;
}

.youTube .wrap01 span{
	display:block;
	padding-top:10px;
	font-weight:bold;	
}

/*------------------------------------------------------------------
共通スタイルform01
-------------------------------------------------------------------*/
.form01{
	background:url(images/area07_bg01.png) repeat left top;
	padding:30px 0;
}
.form01 .wrap01{
	width:1000px;
	margin:0 auto;
}
.form01 .wrap01 p{
	width:850px;
	padding-top:20px;
	margin:0 auto;
	color:#000;
	font-weight:bold;
	text-align:left;	
}
.form01 .wrap01 p.domein{
  background-color: #fcecec;
	margin-top: 20px;
	border: 1px #918382 solid;
	padding:10px 20px;
}
.form01 .wrap01 p.domein span{
	font-size: 150%;
}

/*------------------------------------------------------------------
共通スタイルbox03
-------------------------------------------------------------------*/
.box03 .wrap01{
	width:1000px;
	margin:0 auto;
}
.box03 h1{
	padding-bottom:50px;
}
.box03 .wrap01 > div{
	width:912px;
	margin:0 auto;
	padding-bottom:50px;
	display: flex;	
}
.box03 .wrap01 dl{
	width:264px;
	margin:0 20px;
	background:#f8e6e9;	
	border:5px #f0588a solid;
	/* box-shadow */
	-webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}
.box03 .wrap01 dl dd{
	text-align:left;
	font-weight:bold;
	font-size:16px;
	padding:10px;
}
.box03 .wrap01 dl dd span{
	display:block;
	font-size:18px;
	padding-bottom:5px;	
}
/*------------------------------------------------------------------
共通スタイルbox04
-------------------------------------------------------------------*/
.box04{
	background-image: url(images/bg01.png);
	background-position: center;
	padding-top:30px;
}
.box04 .wrap01{
	width:1000px;
	margin:0 auto;
	overflow:hidden;	
}
.box04 .wrap01 > p{
	width:600px;
	float:left;
	text-align:left;
	font-weight:bold;
	line-height:1.9rem;
}
.box04 .wrap01 > div{
	float:right;
}
/*------------------------------------------------------------------
共通スタイルfb,tw
-------------------------------------------------------------------*/
.fb,
.tw{
	width:1000px;
	margin:0 auto;
}
.fb .iine{
	background: url(images/fb.png) no-repeat left top;
	padding: 16px 0 250px;
}
.fb .comment{
	padding-bottom: 30px;
	
}


/*------------------------------------------------------------------
共通スタイルfooter
-------------------------------------------------------------------*/
footer{
	padding:10px 0 20px;
}
footer p{
	padding-bottom:10px;	
}
footer p > a{
	padding-right:20px;
}

/*------------------------------------------------------------------
共通スタイルpage-top
-------------------------------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@charset "UTF-8";
#meiwaku-mail .column {
  color: #222;
  background: #fff;
  padding: 40px 30px;
  position: relative;
}
@media (max-width: 768px) {
  #meiwaku-mail .column {
    padding: 20px 10px;
  }
}
#meiwaku-mail .column:nth-child(2n) {
  background: #fff9e7;
}
#meiwaku-mail .column:before, #meiwaku-mail .column:after {
  width: 320px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #meiwaku-mail .column:before, #meiwaku-mail .column:after {
    width: 80%;
  }
}
#meiwaku-mail .column:before {
  content: url(../img/main/frame-top.svg);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #meiwaku-mail .column:before {
    margin-bottom: 20px;
  }
}
#meiwaku-mail .column:after {
  content: url(../img/main/frame-bottom.svg);
  margin-top: 40px;
}
@media (max-width: 768px) {
  #meiwaku-mail .column:after {
    margin-top: 20px;
  }
}
#meiwaku-mail .column2 {
  padding: 64px 0;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  #meiwaku-mail .column2 {
    padding: 20px 10px;
  }
}
#meiwaku-mail .headline .title {
  font-family: "ten-mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: normal;
  margin-bottom: 32px;
}
#meiwaku-mail .article {
  font-size: 0;
  padding: 20px;
}
#meiwaku-mail .image {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  background: center no-repeat;
  background-size: cover;
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #e2d684;
}
@media (max-width: 768px) {
  #meiwaku-mail .image {
    width: 100%;
    margin: 0 0 20px;
  }
}
#meiwaku-mail .image:after {
  content: "";
  display: block;
}
#meiwaku-mail .text {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
  text-align: left;
  padding: 0 0 0 40px;
}
@media (max-width: 768px) {
  #meiwaku-mail .text {
    width: 100%;
    padding: 0;
  }
}
#meiwaku-mail .text p {
  font-size: 16px;
  padding: 10px;
}
@media (max-width: 768px) {
  #meiwaku-mail .text p {
    font-size: 14px;
    padding: 10px 0;
  }
  #meiwaku-mail .text p br {
    display: none;
  }
}
#meiwaku-mail .text p a {
  color: #ea548c;
  text-decoration: underline;
}
#meiwaku-mail .btn_list {
  display: flex;
  justify-content: space-around;
}
#meiwaku-mail .btn_list a {
  background-color: #8cc9f0;
  border-radius: 10px;
  color: #fff;
  display: block;
  padding: 8px 16px;
}


.formsample {
  width: 740px;
  height: 800px;
  border: 0;
  margin: 0 auto;
  overflow: none;
}

@media (max-width: 768px) {
  .formsample {
    width: 1040px;
    height: 1600px;
    padding: 100px 30px;
  }
}

.section {
  width: 100%;
  min-width: 1040px;
  padding: 100px 0;
}

.section h1 {
  font-size: 70px;
  color: #E94D81;
}

.section h1:before {
  content: '＼';
  color: #E94D81;
}

.section h1:after {
  content: '／';
  color: #E94D81;
}


.section .box1 {
  background-color: #E94D81;
  max-width: 600px;
  color: #fff;
  margin: 100px auto 0 auto;
  border-radius: 8px;
  padding: 20px;
}

.section-skin {
  width: 100%;
  min-width: 1040px;
  background-color: #fff9e7;
  padding: 100px 0;
}

.section-skin h2 {
  max-width: 800px;
  font-size: 24px;
  color: #fff;
  background-color: #E94D81;
  border-radius: 8px;
  margin: 0 auto 30px auto;
  padding: 10px;
}

.section-skin .inner {
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

.section-skin .area08-box01-child {
  width: calc(100% / 3);
  flex: calc(100% / 3);
  margin-bottom: 40px;
}

.section-skin .area08-box01-child img {
  border: 5px solid #e94d81;
  border-radius: 50rem;
  margin-bottom: 20px;
}

.section-skin .area08-box01-child .a8b1-ttl {
  font-weight: bold;
  color: #E94D81;
}


.section-skin .area08-box01-child p {
  text-align: center;
}

.section-skin .area08-box02 {
  width: 100%;
  padding: 15px 25px;
  border: 4px solid #e34b7f;
  background: #fff;
  text-align: left;
  font-weight: bold;
}


