@charset "utf-8";

 body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

img {
    padding:0px;
    margin:0px;
    border:0px;
    vertical-align: middle;
}

a img {
    border:0px;
}

a {
text-decoration: none;
}

a:hover img  {
    opacity:0.8;
    /*IE7以下用*/
    filter:alpha(opacity=80);
    /*IE8用*/
    -ms-filter:"alpha(opacity=80)";
}

a:hover img.btn_sitemap  {
     opacity:0.8;     /*IE7以下用*/
     filter:alpha(opacity=75);     /*IE8用*/
     -ms-filter:"alpha(opacity=75)"; }



html {
height: 100%;
background-image: url(././img/bg_sec01.jpg);
}

body{
font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
font-size: 13px;
color: #333333;
line-height: 1.8em;
height: 100%;
}

ul.menu_ul li,
ol.menu_ol li{
text-align: center;
list-style-type: none;
list-style-image: none;
float: left;
display: inline;
}

ul.menu_ul li.wide{
    width: 100%;
    margin: 0;
}

ul.menu_ul li.wide img{
    width: 100%;
    margin: 0;
}



.hide{
display: none;
}

.center{
text-align: center;
}


/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
overflow:hidden;
font-size:0.1em;
line-height:0;}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

@media screen and (min-width: 769px) {
  #contents {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
  }
}

/*----------------------------------------------------------------------------
  ヘッダー
----------------------------------------------------------------------------*/

#container {
  height: 100%;
}

#header{
text-align: center;
margin-right: auto;
margin-left: auto;
position: relative;
overflow: hidden;
min-width: 960px;
height:500px}

#header #z10 {
 width: 1500px;
}


#header #z20 {
  width: 1500px;
}


#header #z10,
#header #z20{
position: absolute;
left: 50%;
margin-left: -750px;
}

#header .widthall {
  width: 100% !important;
  margin-left: 0px !important;
  left: 0 !important;
}

#header #z10{
z-index: 10;
}

#header #z20{
z-index: 20;
}

#header #z20 ul{
margin-right: auto;
margin-left: auto;
width: 780px;
}

@media screen and (max-width: 767px) {
  #header {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
    min-width: 960px;
    height: 500px;
}
}

/*----------------------------------------------------------------------------
  コンテント
----------------------------------------------------------------------------*/

#content
 {
    margin: 0px auto;
    padding-right: 14px;
    padding-left: 14px;
    width: 960px;
    background-color: #F5E2AB;
    background-image: url('image/content_bg.jpg');
    background-repeat: repeat-y;
 }

h2{
text-align: center;
clear: both;
}

h3{
text-align: center;
}



@media screen and (min-width: 768px) {
  /* ----- sec01 ----- */
  .sec01 .tit-h2 {
    max-width: 550px;
    margin: 40px auto 0;
  }
  .btn-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 85%;
    gap: 0 15px;
  }
  .sec01 .btn-list {
    margin: 30px auto 0;
  }
  .btn-list a {
    width: 100%;
  }
  .btn-list .bgGray {
    width: calc(50% - 8px);
  }
  .btn-list a img {
    max-width: 280px;
  }
  .btn02.ico-free::before, .btn03.ico-free::before {
    width: 80px;
    height: 80px;
    bottom: 30px;
  }
}

/* ----- sec03 ----- */
.accordion dt {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.accordion .features {
  color: #eb8799;
  padding: 0 10px;
  position: relative;
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.accordion .features::before,
.accordion .features::after {
  content: '';
  background: url(./img/features_deco.svg) center/cover no-repeat;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.accordion .features::after {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}
.accordion .features span {
  background-color: #fff;
  padding: 0 5px;
}
.accordion h5 {
  color: #FFE802;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .tit-h3.tit-h3-01 {
    max-width: 650px;
    padding-top: 50px;
  }
  .accordion dt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .accordion .features_wrap {
    width: 110px;
  }
  .accordion .features {
    padding: 0 15px;
    font-size: 1.3rem;
    letter-spacing: 0.3rem;
    display: inline-block;
  }
  .accordion .features::before,
  .accordion .features::after {
    width: 15px;
    height: 35px;
  }
  .accordion .features span {
    line-height: 35px;
    display: inline-block;
  }
  .accordion h5 {
    font-size: 1.8rem;
    margin: 0;
    width: calc(100% - 110px);
    padding-left: 15px;
  }
  .accordion dd .grid {
    display: flex;
    align-items: center;
  }
  .accordion dd figure {
    width: 45%;
  }
  .accordion dd .text {
    width: 55%;
    padding-left: 20px;
  }
  .accordion dd .text p:last-child {
    padding: 0;
  }
  .sec02 .btn-list {
    margin: 70px auto 40px;
  }

  .tit-h3.tit-h3-02 {
    text-align: center;
  }
  .tit-h3.tit-h3-02 span {
    padding-top: 15%;
    max-width: 610px;
    margin: 0 auto;
  }
  #contents section.sec03 {
    padding-top: 70px;
  }

	.bgBlue .type {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
        gap: 4%;
	}
	.bgBlue .type .slider {
		order: 1;
		width: 48%;
        margin-top: 30px;
	}
	.bgBlue .type .text {
		width: 48%;
	}
	.btn {
        display: block;
        position: relative;
        line-height: 62px;
        color: #fff;
        border-bottom: 2px solid #646361;
        text-align: center;
        letter-spacing: 1px;
    }
	.btn::after {
		content: '';
		display: block;
		position: absolute;
		width: 7px;
		height: 12px;
		background: url(../img/ico_arrow01.png) no-repeat;
		background-size: contain;
		margin: auto;
		top: 0;
		bottom: 0;
		right: 15px;
    transform: rotate(90deg);
	}
	.bgBlue .ac-price {
		width: 100%;
		order: 2;
	}
	.bgBlue .ac-price p .btn {
		max-width: 48%;
	}
  .ac-price ul li .ac-table {
    width: 100%;
  }
  #contents section.sec03 .btn-list {
    padding: 40px 40px 30px;
    border-radius: 20px;
    margin: 50px auto;
    background: #fff;
  }

  /* ----- sec05 ----- */
	.delivery {
		display: flex;
		flex-wrap: wrap;
	}
	.delivery li {
		width: 25%;
		background-color: #eb8799;
	}
	.delivery li:first-child {
		width: 100%;
		border-bottom: solid 1px #fff;
	}
	.delivery li:first-child img {
		max-width: 500px;
		display: block;
		margin: 0 auto;
	}
  #contents section.sec05 .btn-list {
    margin: 0 auto;
  }
  footer .foot-main img {
    margin: 5px auto 20px;
    max-width: 400px;
  }
}


/*----------------------------------------------------------------------------
  コンタクト
----------------------------------------------------------------------------*/

#contact1 h2{
margin-top: -10px;
}

#contact2{
margin-top: 40px;
}

#contact3{
margin-top: 35px;
}


/*ボタン*/

.contact ul{
margin-right: auto;
margin-left: auto;
width: 934px;
}


.contact li a{
height: 77px;
width: 467px;
background-image: url('image/contact_btn.jpg');
background-repeat: no-repeat;
display: block;
}

.contact li.nav01 a{
background-position: left bottom;
}

.contact li.nav02 a{
background-position: right bottom;
}

.contact li.nav01 a:hover
{
background-position: left top;
}

.contact li.nav02 a:hover
{
background-position: right top;
}


/*----------------------------------------------------------------------------
  ポイント
----------------------------------------------------------------------------*/
#point{
margin-top: 5px;
}

#point h3{
text-indent: -9999px;
}


#point1{
height: 411px;
background-image: url('image/point_01.jpg');
}

#point2{
height: 385px;
background-image: url('image/point_02.jpg');
}

#point3{
height: 372px;
background-image: url('image/point_03.jpg');
}

#point4{
height: 390px;
background-image: url('image/point_04.jpg');
}

#point5{
height: 341px;
background-image: url('image/point_05.jpg');
}

#point6{
height: 364px;
background-image: url('image/point_06.jpg');
}


#point1 p{
margin-top: 235px;
margin-left: 500px;
width: 390px;
}

#point2 p{
margin-top: 199px;
margin-left: 75px;
width: 380px;
}

#point3 p.text{
margin-top: 178px;
margin-left: 364px;
width: 372px;
}

*:first-child+html
#point3 p.text{
margin-top: -70px;
}

#point3 div.option{
font-size: 11px;
line-height: 150%;
text-align: center;
margin-top: 145px;
margin-right: 78px;
margin-left: 0;
float: right;
width: 161px;
}

#point3 div.option p{
margin-top: 1em;
}

#point4 p{
margin-top: 200px;
margin-left: 75px;
width: 325px;
}

#point5 p{
margin-top: 170px;
margin-left: 445px;
width: 190px;
}

#point6 p{
margin-top: 175px;
margin-left: 200px;
width: 384px;
}


/*----------------------------------------------------------------------------
  タイプ
----------------------------------------------------------------------------*/
.type{
margin-top: 5px;
}


/*----------------------------------------------------------------------------
  サンプル
----------------------------------------------------------------------------*/
#sample{
margin-top: 40px;
}

#sample{
background-image: url('image/sample_bg.jpg');
background-repeat: repeat-x;
}

#sample ul{
margin-top: 17px;
margin-right: auto;
margin-left: auto;
width: 770px;
}


/*----------------------------------------------------------------------------
  値段表
----------------------------------------------------------------------------*/
#price{
margin-top: 20px;
background-image: url('image/price_bg.jpg');
background-repeat: repeat-y;
}

#price_in{
padding-bottom: 20px;
background-image: url('image/price_bottom.jpg');
background-repeat: no-repeat;
background-position: center bottom;
}


#price .table1{
margin: 4px auto 25px;
width: 860px;
background-image: url('image/price_bg_table.jpg');
background-repeat: no-repeat;
background-position: center center;
}

#price .table2{
margin: 4px auto 25px;
width: 860px;
background-image: url('image/price_bg_table2.jpg');
background-repeat: no-repeat;
background-position: center center;
}

#price .table3{
margin: 4px auto 25px;
width: 860px;
background-image: url('image/price_bg_table3.jpg');
background-repeat: no-repeat;
background-position: center center;
}

#price th,
#price td{
text-align: center;
vertical-align: middle;
height: 40px;
width: 143px;
}

#price th{
font-weight: bold;
}

#price .kikan{
color:red;
}

/*----------------------------------------------------------------------------
  お客様の声
----------------------------------------------------------------------------*/
#voice{
margin-top: 25px;
margin-right: auto;
margin-left: auto;
width: 100%;
max-width: 934px;
background-image: url('image/voice_bg.png');
background-repeat: repeat-y;
background-size: contain;
}

#voice_in {
  padding: 0 35px 60px;
background-image: url('image/voice_bottom.png');
background-repeat: no-repeat;
background-position: center bottom;
background-size: contain;
display: flex;
flex-wrap: wrap;
}


/*声*/
.voice_list {
  width: 33.3333%;
  padding: 0 20px 30px;
	vertical-align:top;
	display:-moz-inline-box;
	display:inline-block;
}

.voice_list h3{
font-weight: bold;
line-height: 70px;
height: 70px;
background-image: url('image/voice_h3.png');
background-repeat: no-repeat;
background-position: center center;
background-size: contain;
}

.voice_list p{
margin-top: 10px;
}

.voice_list p.continue{
text-align: center;
}
.continue a {
  display: inline-block;
}
.bg-yellow {
  width: 100%;
  margin: 0px auto;
  padding: 15px 0 50px;
  background-color: #F5E2AB;
  background-image: url(image/content_bg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #voice {
    margin: 25px 15px 0;
    width: calc(100% - 30px);
    background-image: url(./img/voice_bg.png);
  }
  #voice_in {
    padding: 0 35px;
    background-image: url(./img/voice_bottom.png);
  }
  .voice_list {
    width: 100%;
    padding: 0 0 30px;
  }
  #voice_in {
    padding: 0 35px 50px;
  }
}


/*----------------------------------------------------------------------------
  流れ
----------------------------------------------------------------------------*/
#flow{
margin-top: 25px;
}


/*----------------------------------------------------------------------------
  作成・入稿方法について
----------------------------------------------------------------------------*/
#output{
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
}


/*----------------------------------------------------------------------------
  フッター
----------------------------------------------------------------------------*/

#footer{
font-size: 14px;
text-align: center;
margin: 30px 0 0 0;
padding: 0 0 0 0;
position: relative;
}

/*フッターメニュー*/

#footer ul {
   float: left;
   position: relative;
   left: 50%;
}

#footer li {
   position:relative;
   left:-50%;
   float:left;
}

#footer a{
color: #333333;
}

#footer a:hover{
color: #333333;
text-decoration: underline;
}

#footer .sns {
	margin: 0 0 10px 0;
}

#footer_add{
padding-top: 20px;
clear: both;
}

#copyright{
font-size: 11px;
margin-bottom: 25px;
}

iframe { position:absolute; }



/* .tit-h2.new span {
  background-image: url(./img/tit_top_new.png);
} */
.flickity-page-dots .dot {
  width: 10px;
  height: 10px;
}