@charset "utf-8";


/* reset
---------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#333;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    color:#333;
    text-decoration:none;
}
mark {
    color:#333;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}



/* basic
---------------------------------------------------- */

* {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 1.6rem;
  background: #fff;
}
p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}



/* お問い合わせボタン info
---------------------------------------------------- */

section.info {
  padding: 40px 0;
  background: url(../images/info/bg_info.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
section.info h2 {
  margin: 0 20px;
}
section.info h2 img.ttl {
  max-width: 764px;
  max-height: auto;
}
section.info p {
  margin: 0 20px;
  padding: 24px 0 0;
}
section.info p img.logo {
  max-width: 576px;
  max-height: auto;
}
section.info p img.txt01 {
  max-width: 452px;
  max-height: auto;  
}
section.info .info_btn {
  margin: 24px auto 0;
  padding: 0;
  width: 400px;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
}
section.info .info_btn a {
  display: block;
  margin: 0;
  padding: 30px 0 0 100px;
  width: 400px;
  height: 80px;
  text-align: left;
  background:#59cd9d url(../images/info/ico_info_mail.png) no-repeat left 32px center;
  background-size: 50px auto;
}
section.info .info_btn a:hover {
  opacity: 0.7;
}
section.info .info_btn a img.btn_link_text {
  max-width: 281px;
  max-height: auto;  
}

@media (max-width:768px) {
section.info .info_btn {
  width: 80%;
}
section.info .info_btn a {
  padding: 32px 20px 0 90px;
  width: 100%;
  background-size: 50px auto;
}
}



/* ページトップボタン pagetop
---------------------------------------------------- */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	max-width: 820px;
	z-index: 9999;
}
.pagetop a, 
.pagetop a:hover, 
.pagetop a:active, 
.pagetop a:linked {
    display: block;
    text-align: center;
    text-decoration: none;
}



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

footer {
  margin: 0 auto;
  padding: 30px 0 30px;
  width: 100%;
  height: auto;
  text-align: center;
}
footer p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  word-spacing: 60%;
}
footer p .sp_only {
  display: none;
}

@media (max-width:768px) {
footer p .sp_only {
  display: inline;
}
}

footer a {
  color: #333333;
}





/* ファーストビュー section01
---------------------------------------------------- */

.section01 .cont_001 {
  position: relative;
  padding: 35px 0 0;
  width: 100%;
  height: auto;
  background: #fff url(../images/001/bg_001_01.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 10;
}
.section01 .cont_001 span.ttl_wrap {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.section01 .cont_001 span.ttl_wrap img.ttl {
  max-width: 800px;
  max-height: auto;
}
.section01 .cont_001 span.text_wrap_001 {
  display: block;
  margin: 0 auto;
  padding: 93px 26px 60px;
  max-width: 800px;
  height: auto;
  background: url(../images/001/img_001_01.png) no-repeat right 26px top 93px;
  background-size: 35% auto;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 200%;
}

.section01 .cont_001 span.text_wrap_001 span.name {
  font-size: 28px;
  font-size: 2.8rem;
    border-bottom: solid 3px #65c5ec;
}
.section01 .cont_001 span.text_wrap_001 span.blue {
  font-size: 44px;
  font-size: 4.4rem;
  color: #65c5ec;
}
.section01 .cont_001 span.text_wrap_001 span.red {
  font-size: 44px;
  font-size: 4.4rem;
  color: #fc8282;
}
.section01 .cont_001 span.text_wrap_001 span.black {
  color: #333333;
}

@media (max-width:768px) {
.section01 .cont_001 span.text_wrap_001 {
  margin: 0;
  padding: 40px 20px 170px;
  max-width: 900px;
  height: auto;
  background: url(../images/001/img_001_01.png) no-repeat center bottom 20px;
  background-size: 200px auto;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
}
.section01 .cont_001 span.text_wrap_001 span.ttl_text001 {
  display: block;
  margin-bottom: -20px;
}
.section01 .cont_001 span.text_wrap_001 span.name {
  font-size: 24px;
  font-size: 2.4rem;
　border-bottom: solid 3px #65c5ec;
}
.section01 .cont_001 span.text_wrap_001 span.blue, 
.section01 .cont_001 span.text_wrap_001 span.red,
{
  font-size: 30px;
  font-size: 3rem;
}
.pc_only {
  display: none;
}
}

.section01 .cont_002 {
  margin: 0 auto;
  padding: 0 0 10px;
  max-width: 1950px;
  max-height: auto;
}
.section01 .cont_002 p {
  display: none;
}

@media (min-width:1537px) {
.section01 .cont_002 p::before {
  padding: 1360px 0 500px;
}
}
@media (min-width:1131px) and (max-width:1300px) {
.section01 .cont_002 p::before {
  padding: 1160px 0 0;
}
}
@media (min-width:951px) and (max-width:1130px) {
.section01 .cont_002 p::before {
  padding: 1020px 0 0;
}
}
@media (min-width:769px) and (max-width:950px) {
.section01 .cont_002 p::before {
  padding: 820px 0 0;
}
}
@media (max-width:768px) {
.section01 .cont_002 {
  top: -20px;
  margin: 0 auto -20px;
  width: 100%;
  height: auto;
}
.section01 .cont_002 img {
  display: none;
}
.section01 .cont_002 p {
  display: block;
  margin: 10px 0 20px;
  padding: 40px 10px 280px;
  max-width: auto;
  font-size: 20px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 160%;
  text-align: center;
  background: url(../images/001/bg_001_02_sp.png) no-repeat center top;
  background-size: 100% auto;
  text-shadow:
  1px 1px white, -1px -1px white,
  1px -1px white, -1px 1px white,
  0px 1px white, 1px 0px white,
  -1px 0px white, 0px -1px white;
}
}



/* インクジェットプリント section02, 
   シルクプリント section03, 
---------------------------------------------------- */

.section02,
.section03 {
  margin: 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  background: url(../images/common/bg_square.png) repeat;
  background-size: 2% auto;
}
.section03 {
  padding: 80px 0 80px;
}
.print_cont01 {
  margin: 0 auto 30px;
  padding: 0;
  max-width: 1000px;
  height: auto;
}
.print_cont01 p.heading01, 
.print_cont01 p.heading02, 
.print_cont01 p.heading03, 
.print_cont01 p.heading04 {
  margin: 0 auto;
  text-align: center;
}
.print_cont01 p.heading01, 
.print_cont01 p.heading03, 
.print_cont01 p.heading04  {
  padding: 0 20px 40px;
}
.print_cont01 p.heading02 {
  padding: 220px 20px 40px;
}
.print_cont01 p.heading01 img {
  max-width: 236px;
  max-height: auto;
}
.print_cont01 p.heading02 img {
  max-width: 315px;
  max-height: auto;
}
.section02 .print_cont01 p.heading03 img {
  max-width: 321px;
  max-height: auto;
}
.section03 .print_cont01 p.heading03 img {
  max-width: 317px;
  max-height: auto;
}
.print_cont01 p.heading04 img {
  max-width: 301px;
  max-height: auto;
}
.print_cont01 .faq_wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 190px;
  max-width: 820px;
  max-height: 450px;
  background: url(../images/common/bg_print_01.png) no-repeat left top;
  background-size: 95% auto;
  z-index: 10;
}
.print_cont01 .faq_wrap ul.faq_list {
  padding: 0 0 0 20px;
  max-width: 820px;
  max-height: 450px;
  list-style-type: none;
}
.section02 .print_cont01 .faq_wrap ul.faq_list.ink {
  background: url(../images/002/img_002_01.png) no-repeat right top 15px;
  background-size: 26% auto;
}
.section03 .print_cont01 .faq_wrap ul.faq_list.silk {
  background: url(../images/003/img_003_01.png) no-repeat right top 15px;
  background-size: 26% auto;
}
.print_cont01 .faq_wrap ul.faq_list li {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 240%;
  letter-spacing: 4px;
}
.print_cont01 .faq_wrap ul.faq_list li span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #fc8282;
}
.print_cont01 .ans_wrap {
  position: relative;
  top: -140px;
  margin: 0 auto -140px;
  padding: 0;
  max-width: 820px;
  height: auto;
  background: url(../images/common/img_print_arrow.png) no-repeat center top;
  background-size: 7% auto;
  z-index: 100;
}
.print_cont01 .ans_wrap h2.txt_ans {
  margin: 0 auto;
  padding: 0 20px 30px;
  text-align: center;
}
.section02 .print_cont01 .ans_wrap h2.txt_ans img {
  max-width: 820px;
  max-height: auto;
}
.section03 .print_cont01 .ans_wrap h2.txt_ans img {
  max-width: 560px;
  max-height: auto;
}
.print_cont01 .ans_wrap h3 {
  padding: 0 0 30px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  letter-spacing: 3px;
}
.print_cont01 .ans_wrap h3 .sp_only {
  display: none;
}
.print_cont01 .ans_wrap .txt_description {
  padding: 0 10px 60px;
  font-size: 20px;
  font-size: 2rem;
}
.print_cont01 .ans_wrap .img_description {
  padding: 0 20px 60px;
  text-align: center;
}
.section02 .print_cont01 .ans_wrap .img_description img {
  max-width: 820px;
  max-height: auto;
}
.section03 .print_cont01 .ans_wrap .img_description img {
  max-width: 989px;
  max-height: 297px;
}
.print_cont01 .ans_wrap ul.description_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 820px;
  height: auto;
  list-style-type: none;
  box-sizing: content-box;
}
.print_cont01 .ans_wrap ul.description_wrap li {
  padding: 20px;
  width: 30%;
  max-width: 300px;
  max-height: auto;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
}
.print_cont01 .ans_wrap ul.description_wrap li img {
  padding: 0 50px 25px;
}
.print_cont01 .ans_wrap ul.description_wrap li img.circle {
  max-width: 100px;
  max-height: auto;
}
.print_cont01 .ans_wrap ul.description_wrap li img.triangle {
  max-width: 102px;
  max-height: auto;
}
.print_cont01 .ans_wrap ul.description_wrap li p {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 170%;
  letter-spacing: 2px;
}
.print_cont01 .ans_wrap ul.description_wrap li p.txt03 {
  padding: 10px 0 0;
}
.print_cont01 .ans_wrap ul.price_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 1000px;
  height: auto;
  list-style-type: none;
  box-sizing: content-box;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap {
  padding: 0 20px 30px;
}
.print_cont01 .ans_wrap ul.price_wrap li {
  padding: 25px 5px 30px;
  width: 32%;
  max-width: 315px;
  max-height: 500px;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li {
  padding: 25px 5px 20px;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt01, 
.print_cont01 .ans_wrap ul.price_wrap li p.txt02, 
.print_cont01 .ans_wrap ul.price_wrap li p.txt04, 
.print_cont01 .ans_wrap ul.price_wrap li p.txt05{
  font-weight: bold;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt01 {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 120%;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt01 {
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: 0;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt01 span {
  font-size: 24px;
  font-size: 2.4rem;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 2px;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 span {
  font-size: 32px;
  font-size: 3.2rem;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 {
  padding: 0 0 10px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt03 {
  font-size: 50px;
  font-size: 5rem;
  color: #fc8282;
  text-stroke: 2px #fc8282;
  -webkit-text-stroke: 2px #fc8282;
  line-height: 80%;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt03 span {
  padding: 0 10px 0 0;
  color: #fc8282;
  font-size: 40px;
  font-size: 4rem;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt04 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: right;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt04 {
  padding: 0;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt05 {
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.section03 .print_cont01 .ans_wrap p.txtaa {
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 820px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.bx-viewport{
  margin: 0 auto;
  width: 95%;
  height: 400px;
  overflow: visible!important;
}

@media (min-width:996px) and (max-width:1200px) {
.bx-viewport{
  max-width: 1200px;
  overflow: hidden!important;
}
}
@media (min-width:769px) and (max-width:995px) {
.print_cont01 .ans_wrap h3 .sp_only {
  display: inline;
}
}
@media (max-width:768px) {
.section02 {
  margin: 0 auto;
}
.print_cont01 .faq_wrap {
  padding: 0;
  max-height: auto;
  background: url(../images/common/bg_print_01.png) no-repeat center top;
  background-size: cover;
}
.section02 .print_cont01 .faq_wrap ul.faq_list.ink {
  padding: 0 0 190px;
  max-height: none;
  background: url(../images/002/img_002_01.png) no-repeat right bottom;
  background-size: 200px auto;
}
.section03 .print_cont01 .faq_wrap ul.faq_list.silk {
  padding: 0 0 190px;
  max-height: none;
  background: url(../images/003/img_003_01.png) no-repeat right bottom;
  background-size: 200px auto;
}
.print_cont01 .faq_wrap ul.faq_list li {
  padding: 0 20px 20px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 2px;
}
.print_cont01 .faq_wrap ul.faq_list li span {
  font-size: 30px;
  font-size: 3rem;
}
.print_cont01 p.heading02 {
  padding: 120px 20px 40px;
}
.print_cont01 p.heading04 {
  padding: 0 20px 40px;
}
.print_cont01 p.heading01 img {
  max-width: 160px;
}
.print_cont01 p.heading02 img {
  max-width: 210px;
}
.section02 .print_cont01 p.heading03 img {
  max-width: 210px;
}
.section03 .print_cont01 p.heading03 img {
  max-width: 215px;
}
.print_cont01 p.heading04 img {
  max-width: 220px;
}
.print_cont01 .ans_wrap {
  top: 20px;
  margin: 0 auto;
}
.print_cont01 .ans_wrap h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 150%;
  letter-spacing: 2px;
}
.print_cont01 .ans_wrap h3 .sp_only {
  display: inline;
}
.print_cont01 .ans_wrap .txt_description {
  padding: 0 10px 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
.print_cont01 .ans_wrap .img_description {
  padding: 0 20px 40px;
}
.print_cont01 .ans_wrap ul.description_wrap {
  display: block;
  margin: 0 auto;
  padding: 0 20px 40px;
  width: auto;
  height: auto;
}
.print_cont01 .ans_wrap ul.description_wrap li {
  margin: 0 20px 20px;
  padding: 25px 10px 30px;
  width: auto;
  max-width: none;
  max-height: none;
}
.print_cont01 .ans_wrap ul.description_wrap li img {
  padding: 0 100px 25px;
}
.print_cont01 .ans_wrap ul.description_wrap li img.circle {
  max-width: 50px;
  max-height: auto;
}
.print_cont01 .ans_wrap ul.description_wrap li img.triangle {
  max-width: 52px;
  max-height: auto;
}
.print_cont01 .ans_wrap ul.description_wrap li p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 140%;
}
.section03 .print_cont01 .ans_wrap h3.price_ttl {
  padding: 0 0 20px;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap, 
.section03 .print_cont01 .ans_wrap ul.price_wrap {
  display: block;
  margin: 0 auto;
  padding: 0 10px 80px;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap {
  padding: 0 10px;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li, 
.section03 .print_cont01 .ans_wrap ul.price_wrap li {
  margin: 0 auto 20px;
  width: auto;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li {
  padding: 25px 0;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt01 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt01 span {
  font-size: 20px;
  font-size: 2rem;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 {
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 2px;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 span {
  font-size: 40px;
  font-size: 4rem;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt03, 
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt03 {
  font-size: 54px;
  font-size: 5.4rem;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt03 span, 
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt03 span {
  font-size: 40px;
  font-size: 4rem;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt04 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: right;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt05 {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt01 {
  padding: 0 0 10px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 {
  font-size: 20px;
  font-size: 2rem;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt04 {
  font-size: 18px;
  font-size: 1.8rem;
}
.section03 .print_cont01 .ans_wrap p.txtaa {
  padding: 0 20px 80px;
  max-width: none;
  font-size: 14px;
  font-size: 1.4rem;
}
.bx-viewport{
  overflow: hidden!important;
}
.bxslider li{
  width: auto;  /* 画像サイズと同じ（画像をくっつけて表示させる場合） */
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -26px;
  outline: 0;
  width: 40px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
}
}



/* 当社が選ばれる理由 section04
---------------------------------------------------- */

.section04 {
  padding: 100px 0 40px;
  width: 100%;
  height: auto;
  background: url(../images/004/bg_004_01.jpg) repeat left top;
}
.section04 .ttl_wrap {
  margin: 0 auto 25px;
  padding: 0 10px;
  max-width: 840px;
  max-height: 294px;
}
.section04 .ttl_wrap h2 {
  display: block;
  padding: 90px 0 140px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 5px;
  background: url(../images/004/bg_004_02.png) no-repeat left top;
  background-size: 100% auto;
}
.section04 .ttl_wrap h2 span {
  font-size: 42px;
  font-size: 4.2rem;
  background: url(../images/004/bg_004_ttl.png) no-repeat left bottom;
  background-size: contain;
}
.section04 .ttl_wrap h2 .sp_only {
  display: none;
}
.section04 .container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 820px;
  height: auto;
}
.section04 .container .cont_reason {
  position: relative;
  margin: 0 20px 90px 10px;
  padding: 20px 20px 0 20px;
  max-width: 840px;
  max-height: auto;
  background: url(../images/common/bg_square.png) repeat;
  background-size: 2% auto;
}
.section04 .container .cont_reason .reason_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  margin: 0;
  padding: 0;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l {
  margin: 0 20px 0 0;
  padding: 0;
  width: 136px;
  height: auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l p {
  padding: 40px 0;
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  line-height: 130%;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
  background:url(../images/004/bg_004_reason.png) no-repeat center top;
  background-size: 100% auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l p span {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r {
  padding: 42px 0 30px;
  width: 81%;
  height: auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 2px;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 .pc02_later, 
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 .sp_only {
  display: none;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r .reason01, 
.section04 .container .cont_reason .reason_wrap .reason_wrap_r .reason02, 
.section04 .container .cont_reason .reason_wrap .reason_wrap_r .reason03 {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 ;
  padding: 20px 0 50px;
  max-width: 100%;
  max-height: auto;
}
.section04 .container .cont_reason .reason01 {
  background: url(../images/001/img_001_01.png) no-repeat right 20px top 20px;
  background-size: 35% auto;
}
.section04 .container .cont_reason .reason02 {
  background: url(../images/004/img_004_01.png) no-repeat right 40px bottom 10px;
  background-size: 28% auto;
}
.section04 .container .cont_reason .reason03 {
  background: url(../images/004/img_004_02.png) no-repeat right 50px bottom 40px;
  background-size: 22% auto;
}
.section04 .container .cont_reason ul {
  margin: 0 0 30px;
  list-style-type: none;
}
.section04 .container .cont_reason  ul li, 
.section04 .container .cont_reason  p {
  font-size: 14px;
  fotn-size: 1.4rem;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 4px;
}
.section04 .container .cont_reason p {
  margin: 0;
  max-width: 370px;
}

@media (min-width:769px) and (max-width:890px) {
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 .pc02_later {
  display: inline;
}
}
@media (max-width:768px) {
.section04 {
  padding: 70px 0 20px;
  width: 100%;
  height: auto;
  background: url(../images/004/bg_004_01.jpg) repeat left top;
}
.section04 .ttl_wrap {
  left: 0;
  margin: 0 10px ;
  padding: 0 0 40px;
  max-width: 1045px;
  max-height: 294px;
  background: url(../images/004/bg_004_02_sp.png) no-repeat center top;
  background-size: 100% auto;
}
.section04 .ttl_wrap h2 {
  display: block;
  padding: 20px 10px 50px;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  line-height: 200%;
  background: url(../images/004/img_004_01.png) no-repeat right 10px top 40px;
  background-size: 120px auto;
}
.section04 .ttl_wrap h2 span {
  font-size: 40px;
  font-size: 4rem;
  background: url(../images/004/bg_004_ttl.png) no-repeat left bottom;
  background-size: contain;
}
.section04 .ttl_wrap h2 .sp_only {
  display: inline;
}
.section04 .container {
  margin: 0 10px;
  padding: 0;
  max-width: 1020px;
  height: auto;
}
.section04 .container .cont_reason {
  margin: 0 0 80px;
  padding: 0;
  max-width: 1020px;
  max-height: auto;
  min-height: auto;
  background: url(../images/common/bg_square.png) repeat;
  background-size: 3.3% auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l {
  margin: 0 10px 0 0;
  padding: 0;
  width: 80px;
  height: auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l p {
  padding: 15px 0 20px;
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 130%;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l p span {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r {
  padding: 15px 0 30px;
  width: 70%;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 2px;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 .sp_only {
  display: inline;
}
.section04 .container .cont_reason .reason01, 
.section04 .container .cont_reason .reason02, 
.section04 .container .cont_reason .reason03 {
  top: -20px;
  margin: 0 10px 20px;
  padding: 30px 0 50px;
}
.section04 .container .cont_reason .reason01 {
  background: url(../images/001/img_001_01.png) no-repeat right 30px bottom;
  background-size: 35% auto;
}
.section04 .container .cont_reason .reason02 {
  background: url(../images/004/img_004_01.png) no-repeat right 20px bottom;
  background-size: 28% auto;
}
.section04 .container .cont_reason .reason03 {
  background: url(../images/004/img_004_02.png) no-repeat right 30px bottom 10px;
  background-size: 22% auto;
}
.section04 .container .cont_reason ul {
  margin: 0 0 10px;
}
.section04 .container .cont_reason  ul li, 
.section04 .container .cont_reason  p {
  font-size: 14px;
  fotn-size: 1.4rem;
  line-height: 160%;
  letter-spacing: 2px;
}
.section04 .container .cont_reason p {
  padding: 0 0 30px;
  max-width: 350px;
}
}



/* リバーウォーク section05
---------------------------------------------------- */

.section05 {
  padding: 140px 0 60px;
  max-width: 825px;
  height: auto;
}
.section05 .ttl_wrap {
  margin: 0 10px;
  padding: 70px 0 140px 50px;
  max-width: 825px;
  max-height: 294px;
  background: url(../images/005/bg_005_01.png) no-repeat left top;
  background-size: contain;
}
.section05 .ttl_wrap h2 {
  padding: 0 0 10px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 5px;
}
.section05 .ttl_wrap h2 span {
  background: url(../images/005/bg_005_ttl.png) no-repeat left bottom;
  background-size: contain;
}
.section05 .cont_wrap {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px 100px;
  max-width: 825px;
  max-height: auto;
  text-align: center;
  background: url(../images/005/bg_005_02.png) no-repeat center top;
  background-size: contain;
}
.section05 .cont_wrap p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 4px;
}
.section05 .cont_wrap p span {
  font-size: 40px;
  font-size: 4rem;
  color: #fc8282;
}
.section05 .cont_wrap p .sp_only {
  display: none;
}
.section05 .img_wrap {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.section05 .img_wrap img {
  margin: 0 auto;
  max-width: 996px;
  max-height: 265px;
}

@media (min-width:769px) and (max-width:887px) {
.section05 .ttl_wrap {
  padding: 60px 0 140px 20px;
}
.section05 .ttl_wrap h2 {
  font-size: 30px;
  font-size: 3rem;
}
.section05 .cont_wrap p {
  font-size: 26px;
  font-size: 2.6rem;
}
.section05 .cont_wrap p span {
  font-size: 30px;
  font-size: 3rem;
}
}
@media (max-width:768px) {
.section05 {
  padding: 100px 0 60px;
}
.section05 .ttl_wrap {
  margin: 0 10px 30px;
  padding: 30px 0 40px 10px;
  max-width: 1025px;
  max-height: 294px;
  background-size: contain;
}
.section05 .ttl_wrap h2 {
  padding: 0 0 10px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0;
  white-space: nowrap;
  background: none;
}
.section05 .ttl_wrap h2 span {
  background: url(../images/005/bg_005_ttl.png) no-repeat left bottom;
  background-size: contain;
}
.section05 .cont_wrap {
  top: -40px;
  margin: 0 10px;
  padding: 30px 0 0;
  max-height: auto;
  text-align: center;
  background: url(../images/005/bg_005_02.png) no-repeat center top;
  background-size: 100% auto;
}
.section05 .cont_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.section05 .cont_wrap p .sp_only {
  display: inline;
}
.section05 .cont_wrap p span {
  font-size: 20px;
  font-size: 2rem;
}
}



/* 会社概要 section06
---------------------------------------------------- */

.section06 {
  padding: 140px 0 100px;
  max-width: 800px;
  height: auto;
}
.section06 h2 {
  margin: 0 0 40px;
  padding: 15px 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background: #59cd9d;
  box-sizing: border-box;
}
.section06 table {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  box-sizing: border-box;
}
.section06 table tr {
  border-bottom: 2px solid #dedede;
}
.section06 table tr:last-child {
  border: none;
}
.section06 table tr th {
  margin: 0;
  padding: 30px 35px 25px 30px;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
  white-space: nowrap;
}
.section06 table tr td {
  margin: 0;
  padding: 30px 0 20px;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
}
.section06 table tr td .adress_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section06 table tr td .adress_wrap .adress_wrap_l {
  margin: 0;
  padding: 0;
  width: 60%;
}
.section06 table tr td .adress_wrap .adress_wrap_l p {
  padding: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
}
.section06 table tr td .adress_wrap .adress_wrap_r {
  margin: 0;
  padding: 0;
  width: 40%;
  max-width: 300px;
}
.section06 table tr td .adress_wrap .adress_wrap_r img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.section06 .googlemap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.section06 .googlemap iframe {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  max-width: 800px;
}

@media (max-width:768px) {
.section06 {
  padding: 40px 0 60px;
  max-width: 1000px;
  height: auto;
}
.section06 h2 {
  margin: 0 auto 40px;
  width: auto;
  max-width: auto;
  font-size: 22px;
  font-size: 2.2rem;
}
.section06 table {
  height: auto;
}
.section06 table tr th {
  padding: 20px 15px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.section06 table tr td {
  padding: 15px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 180%;
}
.section06 table tr td .adress_wrap {
  display: inline;
}
.section06 table tr td .adress_wrap .adress_wrap_l {
  margin: 0;
  padding: 0;
  width: auto;
}
.section06 table tr td .adress_wrap .adress_wrap_l p {
  font-size: 14px;
  font-size: 1.4rem;
  white-space: normal;
}
.section06 table tr td .adress_wrap .adress_wrap_r {
  margin: 0 auto;
  width: auto;
  max-width: 321px;
}
.section06 table tr td .adress_wrap .adress_wrap_r img {
  margin: 0;
  padding: 0;
  width: auto;
}
.section06 .googlemap {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: auto;
  height: auto;
}
.section06 .googlemap iframe {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  max-width: auto;
}
}



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

.info_form {
  padding: 40px 0 60px;
  max-width: 800px;
  height: auto;
}
.info_form h2 {
  margin: 0 0 40px;
  padding: 15px 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background: #59cd9d;
  box-sizing: border-box;
}
.info_form p {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-size: 2rem;
}
.info_form p span {
  color: #fe0000;
}
.info_form table {
  margin: 20px 10px;
  padding: 0;
  max-width: 800px;
  height: auto;
}
.info_form table tr th, 
.info_form table tr td {
  padding: 10px 0 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 2px;
  text-align: left;
}
.info_form table tr th span {
  color :#fe0000;
}
.info_form table tr td {
  padding: 10px 0 40px;
}
.info_form table tr td.name_wrap {
  padding: 10px 0;
}
.info_form table tr td.name_wrap.last {
  padding: 10px 0 80px;
}
::-webkit-input-placeholder, 
::-moz-placeholder, 
:-ms-input-placeholder {
  color: #a9a9a9;
}
.info_form table tr td .form_text01, 
.info_form table tr td .form_text02, 
.info_form table tr td .form_text03, 
.info_form table tr td .form_text04, 
.info_form table tr td .form_area {
  padding: 10px 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  border: none;
  background: #f4f4f4;
  outline: none;
  box-shadow: none;
  transition: all 0.1s;
  box-sizing: border-box;
}
.info_form table tr td .form_text01 {
  width: 90%;
}
.info_form table tr td .pc_name_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  max-width: 800px;
}
.info_form table tr td .pc_name_wrap .pc_name_wrap_l, 
.info_form table tr td .pc_name_wrap .pc_name_wrap_r {
  width: 50%;
}
.info_form table tr td .form_text02, 
.info_form table tr td .form_area {
  width: 100%;
}
.info_form table tr td .form_text03 {
  width: 40%;
}
.info_form table tr td .form_text04 {
  width: 70%;
}
.info_form table tr td .form_text01:focus, 
.info_form table tr td .form_text02:focus, 
.info_form table tr td .form_text03:focus, 
.info_form table tr td .form_text04:focus, 
.info_form table tr td .form_area:focus {
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
  border: solid 1px #333;
}
.info_form table tr td .mail_wrap {
  margin: 0 0 20px;
}
.info_form table tr td  .form_radio {
  margin: -4px 0 0;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  background: none;
}
.info_form table tr td .form_btn01 {
  font-size: 20px;
  font-size: 2rem;
}
.info_form table tr td.cont_check {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
}
.info_form table tr td .form_check {
  padding: 0 50px 0 0;
}
.info_form table tr td .form_check .sp_only {
  display: none;
}
.info_form table tr td .form_check .check_wrap {
  margin: -4px 0 0;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  background: none;
}
.info_form table tr td .form_select {
  padding: 15px 20px;
  font-size: 20px;
  font-size: 2rem;
  width: 40%;
  color: #000;
  border: none;
  background: #f4f4f4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 60px;
}
.info_form table tr td .form_select option {
  font-size: 20px;
  font-size: 2rem;
}
.info_form .submit_01 {
  margin: 0 auto;
  padding: 0;
  max-width: 400px;
  height: 80px;
  background: #59cd9d
}
.info_form .submit_01 {
  margin: 30px auto 0;
  padding: 0;
  width: 400px;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
}
.info_form .submit_01 .btn_link_wrap {
  display: block;
  margin: 0;
  padding: 10px 0 0 96px;
  width: 400px;
  height: 80px;
  text-align: left;
  background:#59cd9d url(../images/info/ico_info_mail.png) no-repeat left 32px center;
  background-size: 50px auto;
  border: none;
  cursor: pointer;
}
.info_form .submit_01 .btn_link_wrap:hover {
  opacity: 0.7;
}
.info_form .submit_01 .btn_link_wrap img.btn_link_text {
  max-width: 281px;
  max-height: auto;  
}
.info_form .parsonal {
  margin: 40px 10px 24px;
  padding: 16px 130px 32px;
  border: 1px solid #333;
  border-radius: 5px;
}
.info_form .parsonal h3 {
  margin: 0 auto;
  padding: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.info_form .parsonal p {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.info_form .parsonal p .sp_only {
  display: none;
}

@media (max-width:768px) {
.info_form h2 {
  font-size: 22px;
  font-size: 2.2rem;
}
.info_form p {
  margin: 0 20px;
  width: auto;
  font-size: 16px;
  font-size: 1.6rem;
}
.info_form table tr th, 
.info_form table tr td {
  font-size: 18px;
  font-size: 1.8rem;
}
.info_form table tr td .pc_name_wrap {
  display: inline;
  width: auto;
  max-width: auto;
}
.info_form table tr td .pc_name_wrap .pc_name_wrap_l, 
.info_form table tr td .pc_name_wrap .pc_name_wrap_r {
  margin: 0;
  width: 100%;
}
.info_form table tr td .form_text01, 
.info_form table tr td .form_text02, 
.info_form table tr td .form_text03, 
.info_form table tr td .form_text04, 
.info_form table tr td .form_area {
  width: 100%;
}
.info_form table tr td  .form_radio {
  margin: -4px 0 0;
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  background: none;
}
.info_form table tr td .form_btn01 {
  font-size: 18px;
  font-size: 1.8rem;
}
.info_form table tr td.cont_check {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: auto;
  font-size: 18px;
  font-size: 1.8rem;
}
.info_form table tr td .form_check {
  padding: 0 20px 0 0;
}
.info_form table tr td .form_check .sp_only {
  display: inline;
}
.info_form table tr td .form_select {
  font-size: 18px;
  font-size: 1.8rem;
  width: 100%;
}
.info_form .submit_01 {
  width: 80%;
}
.info_form .submit_01 .btn_link_wrap {
  padding: 12px 20px 0 90px;
  width: 100%;
  background-size: 50px auto;
}
.info_form .parsonal {
  margin: 40px 10px 24px;
  padding: 16px 0 32px;
}
.info_form .parsonal p .sp_only {
  display: inline;
}
}



/* フォームエラー画面 error.html
---------------------------------------------------- */

.section_error, 
.section_conf, 
.section_thanks {
  padding: 20px 0 100px;
  max-width: 700px;
  height: auto;
}
.section_error p.ttl, 
.section_conf p.ttl, 
.section_thanks p.ttl {
  margin: 0 auto 20px;
  padding: 15px 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f00;
  text-align: center;
}
.section_thanks p.ttl {
  color: #000;
}
.section_error p.msg, 
.section_conf p.msg, 
.section_thanks p.msg {
  margin: 0 auto;
  padding: 15px 0;
  width: auto;
  height: auto;
}
.section_conf p.msg, 
.section_thanks p.msg {
  text-align: center;
}
.section_error table, 
.section_conf table {
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
  box-sizing: border-box;
}
.section_error table tr, 
.section_conf table tr {
  border-bottom: 2px solid #dedede;
}
.section_error table tr th, 
.section_conf table tr th {
  margin: 0;
  padding: 15px;
  height: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
  white-space: nowrap;
}
.section_error table tr td, 
.section_conf table tr td {
  margin: 0;
  padding: 15px;
  height: auto;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ccc;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
}
.section_conf table tr td {
  color: #000;
}
.section_error table tr td span.msg, 
.section_conf table tr td span.msg {
  color: #f00;
  font-weight: bold;
}
.table_float th {
  width: 100%;
  display: block;
}
.table_float td {
  width: 100%;
  display: block;
}
.section_error .submit_01, 
.section_conf .submit_01, 
.section_thanks .submit_01 {
  margin: 0 auto;
  padding: 0;
  width: 400px;
  height: auto;
  background:#f00;
  text-align: center;
}
.section_error .submit_01 .btn_link_wrap, 
.section_conf .submit_01 .btn_link_wrap, 
.section_thanks .submit_01 .btn_link_wrap {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 400px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background:#f00;
  border: none;
  cursor: pointer;
}
.section_conf .submit_01, 
.section_conf .submit_01 .btn_link_wrap,  {
  width: 300px;
}
.section_thanks .submit_01, 
.section_thanks .submit_01 .btn_link_wrap {
  background: #59cd9d;
}
.section_error .submit_01 .btn_link_wrap:hover, 
.section_conf .submit_01 .btn_link_wrap:hover, 
.section_conf .submit_02 .btn_link_wrap:hover, 
.section_thanks .submit_02 .btn_link_wrap:hover {
  opacity: 0.7;
}
.section_conf .container {
  width: 700px;
  height: auto;
  overflow: hidden;
}
.section_conf .container .submit_01, 
.section_conf .container .submit_02 {
  margin: 0 auto;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: center;
}
.section_conf .container .submit_01 {
  float: left;
  background: #f00;
}
.section_conf .container .submit_02 {
  float: right;
  background: #59cd9d;
}
.section_conf .container .btn_link_wrap {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 300px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}
.section_conf .container .submit_01 .btn_link_wrap {
  background: #f00;
}
.section_conf .container .submit_02 .btn_link_wrap {
  background: #59cd9d;
}

@media (min-width: 769px) {
.table_float th {
  width: 20%;
  display: table-cell;
}
.table_float td {
  display: table-cell;
}
}

@media (max-width: 768px) {
.section_error p.ttl, 
.section_conf p.ttl, 
.section_thanks p.ttl {
  margin: 0 10px 20px;
  font-size: 18px;
  font-size: 1.8rem;
}
.section_error p.msg, 
.section_conf p.msg, 
.section_thanks p.msg {
  margin: 0 auto;
  padding: 15px 0;
  width: 90%;
  height: auto;
}
.section_conf p.msg {
  text-align: left;
}
.section_error p.msg {
  margin: 0 auto;
  padding: 0 10px;
  width: 80%;
  text-align: center;
}
.section_error .submit_01, 
.section_conf .submit_01 {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #f00;
}
.section_conf .submit_02 {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #59cd9d;
}
.section_error .submit_01 .btn_link_wrap, 
.section_conf .submit_01 .btn_link_wrap, 
.section_conf .submit_02 .btn_link_wrap {
  margin: 0;
  width: 100%;
}
.section_conf .container {
  width: 100%;
  height: auto;
}
.section_conf .container .submit_01, 
.section_conf .container .submit_02 {
  float: none;
}
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■　　　印刷用 css　　■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

@media print {

/* reset
---------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color:#333;
}
body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
ins {
    color:#333;
    text-decoration:none;
}
mark {
    color:#333;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}



/* basic
---------------------------------------------------- */

* {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  overflow-x: hidden;
  overflow-y: visible;
  font-size: 1.6rem;
  background: #fff;
}
p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8em;
}
a {
  text-decoration: none;
}
img {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}
section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}



/* お問い合わせボタン info
---------------------------------------------------- */

section.info {
  padding: 40px 0;
  background: url(../images/info/bg_info.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
section.info h2 {
  margin: 0 20px;
}
section.info h2 img.ttl {
  max-width: 764px;
  max-height: auto;
}
section.info p {
  margin: 0 20px;
  padding: 24px 0 0;
}
section.info p img.logo {
  max-width: 576px;
  max-height: auto;
}
section.info p img.txt01 {
  max-width: 452px;
  max-height: auto;  
}
section.info .info_btn {
  margin: 24px auto 0;
  padding: 0;
  width: 400px;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
}
section.info .info_btn a {
  display: block;
  margin: 0;
  padding: 30px 0 0 100px;
  width: 400px;
  height: 80px;
  text-align: left;
  background:#59cd9d url(../images/info/ico_info_mail.png) no-repeat left 32px center;
  background-size: 50px auto;
}
section.info .info_btn a:hover {
  opacity: 0.7;
}
section.info .info_btn a img.btn_link_text {
  max-width: 281px;
  max-height: auto;  
}



/* ページトップボタン pagetop
---------------------------------------------------- */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
	max-width: 820px;
	z-index: 9999;
}
.pagetop a, 
.pagetop a:hover, 
.pagetop a:active, 
.pagetop a:linked {
    display: block;
    text-align: center;
    text-decoration: none;
}



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

footer {
  margin: 0 auto;
  padding: 30px 0 30px;
  width: 100%;
  height: auto;
  text-align: center;
}
footer p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 1px;
  word-spacing: 60%;
}
footer p .sp_only {
  display: none;
}



/* ファーストビュー section01
---------------------------------------------------- */

.section01 .cont_001 {
  position: relative;
  padding: 35px 0 0;
  width: 100%;
  height: auto;
  background: #fff url(../images/001/bg_001_01.jpg) no-repeat center bottom;
  background-size: cover;
  z-index: 10;
}
.section01 .cont_001 span.ttl_wrap {
  display: block;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.section01 .cont_001 span.ttl_wrap img.ttl {
  max-width: 800px;
  max-height: auto;
}
.section01 .cont_001 span.text_wrap_001 {
  display: block;
  margin: 0 auto;
  padding: 93px 26px 60px;
  max-width: 800px;
  height: auto;
  background: url(../images/001/img_001_01.png) no-repeat right 26px top 93px;
  background-size: 35% auto;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 4px;
  line-height: 200%;
}
.section01 .cont_001 span.text_wrap_001 span.name {
  font-size: 28px;
  font-size: 2.8rem;
    border-bottom: solid 3px #65c5ec;

}
.section01 .cont_001 span.text_wrap_001 span.blue {
  font-size: 44px;
  font-size: 4.4rem;
  color: #65c5ec;
}
.section01 .cont_001 span.text_wrap_001 span.red {
  font-size: 44px;
  font-size: 4.4rem;
  color: #fc8282;
}
    
.section01 .cont_001 span.text_wrap_001 span.black {
  color: #333333;
}

.section01 .cont_002 {
  margin: 0 auto;
  padding: 0 0 10px;
  max-width: 1950px;
  max-height: auto;
}
.section01 .cont_002 p {
  display: none;
}

@media (min-width:1537px) {
.section01 .cont_002 p::before {
  padding: 1360px 0 500px;
}
}
@media (min-width:1131px) and (max-width:1300px) {
.section01 .cont_002 p::before {
  padding: 1160px 0 0;
}
}
@media (min-width:951px) and (max-width:1130px) {
.section01 .cont_002 p::before {
  padding: 1020px 0 0;
}
}
@media (min-width:769px) and (max-width:950px) {
.section01 .cont_002 p::before {
  padding: 820px 0 0;
}
}



/* インクジェットプリント section02, 
   シルクプリント section03, 
---------------------------------------------------- */

.section02,
.section03 {
  margin: 0;
  padding: 50px 0;
  width: 100%;
  height: auto;
  background: url(../images/common/bg_square.png) repeat;
  background-size: 2% auto;
}
.section03 {
  padding: 80px 0 80px;
}
.print_cont01 {
  margin: 0 auto 30px;
  padding: 0;
  max-width: 1000px;
  height: auto;
}
.print_cont01 p.heading01, 
.print_cont01 p.heading02, 
.print_cont01 p.heading03, 
.print_cont01 p.heading04 {
  margin: 0 auto;
  text-align: center;
}
.print_cont01 p.heading01, 
.print_cont01 p.heading03, 
.print_cont01 p.heading04  {
  padding: 0 20px 40px;
}
.print_cont01 p.heading02 {
  padding: 220px 20px 40px;
}
.print_cont01 p.heading01 img {
  max-width: 236px;
  max-height: auto;
}
.print_cont01 p.heading02 img {
  max-width: 315px;
  max-height: auto;
}
.section02 .print_cont01 p.heading03 img {
  max-width: 321px;
  max-height: auto;
}
.section03 .print_cont01 p.heading03 img {
  max-width: 317px;
  max-height: auto;
}
.print_cont01 p.heading04 img {
  max-width: 301px;
  max-height: auto;
}
.print_cont01 .faq_wrap {
  position: relative;
  margin: 0 auto;
  padding: 0 0 190px;
  max-width: 820px;
  max-height: 450px;
  background: url(../images/common/bg_print_01.png) no-repeat left top;
  background-size: 95% auto;
  z-index: 10;
}
.print_cont01 .faq_wrap ul.faq_list {
  padding: 0 0 0 20px;
  max-width: 820px;
  max-height: 450px;
  list-style-type: none;
}
.section02 .print_cont01 .faq_wrap ul.faq_list.ink {
  background: url(../images/002/img_002_01.png) no-repeat right top 15px;
  background-size: 26% auto;
}
.section03 .print_cont01 .faq_wrap ul.faq_list.silk {
  background: url(../images/003/img_003_01.png) no-repeat right top 15px;
  background-size: 26% auto;
}
.print_cont01 .faq_wrap ul.faq_list li {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 240%;
  letter-spacing: 4px;
}
.print_cont01 .faq_wrap ul.faq_list li span {
  font-size: 44px;
  font-size: 4.4rem;
  color: #fc8282;
}
.print_cont01 .ans_wrap {
  position: relative;
  top: -140px;
  margin: 0 auto -140px;
  padding: 0;
  max-width: 820px;
  height: auto;
  background: url(../images/common/img_print_arrow.png) no-repeat center top;
  background-size: 7% auto;
  z-index: 100;
}
.print_cont01 .ans_wrap h2.txt_ans {
  margin: 0 auto;
  padding: 0 20px 30px;
  text-align: center;
}
.section02 .print_cont01 .ans_wrap h2.txt_ans img {
  max-width: 820px;
  max-height: auto;
}
.section03 .print_cont01 .ans_wrap h2.txt_ans img {
  max-width: 560px;
  max-height: auto;
}
.print_cont01 .ans_wrap h3 {
  padding: 0 0 30px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  letter-spacing: 3px;
}
.print_cont01 .ans_wrap h3 .sp_only {
  display: none;
}
.print_cont01 .ans_wrap .txt_description {
  padding: 0 10px 60px;
  font-size: 20px;
  font-size: 2rem;
}
.print_cont01 .ans_wrap .img_description {
  padding: 0 20px 60px;
  text-align: center;
}
.section02 .print_cont01 .ans_wrap .img_description img {
  max-width: 820px;
  max-height: auto;
}
.section03 .print_cont01 .ans_wrap .img_description img {
  max-width: 989px;
  max-height: 297px;
}
.print_cont01 .ans_wrap ul.description_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 820px;
  height: auto;
  list-style-type: none;
  box-sizing: content-box;
}
.print_cont01 .ans_wrap ul.description_wrap li {
  padding: 20px;
  width: 30%;
  max-width: 300px;
  max-height: auto;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
}
.print_cont01 .ans_wrap ul.description_wrap li img {
  padding: 0 50px 25px;
}
.print_cont01 .ans_wrap ul.description_wrap li img.circle {
  max-width: 100px;
  max-height: auto;
}
.print_cont01 .ans_wrap ul.description_wrap li img.triangle {
  max-width: 102px;
  max-height: auto;
}
.print_cont01 .ans_wrap ul.description_wrap li p {
  display: block;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  line-height: 170%;
  letter-spacing: 2px;
}
.print_cont01 .ans_wrap ul.description_wrap li p.txt03 {
  padding: 10px 0 0;
}
.print_cont01 .ans_wrap ul.price_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 1000px;
  height: auto;
  list-style-type: none;
  box-sizing: content-box;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap {
  padding: 0 20px 30px;
}
.print_cont01 .ans_wrap ul.price_wrap li {
  padding: 25px 5px 30px;
  width: 32%;
  max-width: 315px;
  max-height: 500px;
  text-align: center;
  border: 3px solid #ccc;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  background: #fff;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li {
  padding: 25px 5px 20px;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt01, 
.print_cont01 .ans_wrap ul.price_wrap li p.txt02, 
.print_cont01 .ans_wrap ul.price_wrap li p.txt04, 
.print_cont01 .ans_wrap ul.price_wrap li p.txt05{
  font-weight: bold;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt01 {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 120%;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt01 {
  font-size: 44px;
  font-size: 4.4rem;
  letter-spacing: 0;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt01 span {
  font-size: 24px;
  font-size: 2.4rem;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 {
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 2px;
}
.section02 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 span {
  font-size: 32px;
  font-size: 3.2rem;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt02 {
  padding: 0 0 10px;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 2px;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt03 {
  font-size: 50px;
  font-size: 5rem;
  color: #fc8282;
  text-stroke: 2px #fc8282;
  -webkit-text-stroke: 2px #fc8282;
  line-height: 80%;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt03 span {
  padding: 0 10px 0 0;
  color: #fc8282;
  font-size: 40px;
  font-size: 4rem;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt04 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: right;
}
.section03 .print_cont01 .ans_wrap ul.price_wrap li p.txt04 {
  padding: 0;
}
.print_cont01 .ans_wrap ul.price_wrap li p.txt05 {
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.section03 .print_cont01 .ans_wrap p.txtaa {
  margin: 0 auto;
  padding: 0 20px 100px;
  max-width: 820px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.bx-viewport{
  margin: 0 auto;
  width: 95%;
  height: 400px;
  overflow: visible!important;
}

@media (min-width:996px) and (max-width:1200px) {
.bx-viewport{
  max-width: 1200px;
  overflow: hidden!important;
}
}



/* 当社が選ばれる理由 section04
---------------------------------------------------- */

.section04 {
  padding: 100px 0 40px;
  width: 100%;
  height: auto;
  background: url(../images/004/bg_004_01.jpg) repeat left top;
}
.section04 .ttl_wrap {
  margin: 0 auto 25px;
  padding: 0 10px;
  max-width: 840px;
  max-height: 294px;
}
.section04 .ttl_wrap h2 {
  display: block;
  padding: 90px 0 140px 30px;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: 5px;
  background: url(../images/004/bg_004_02.png) no-repeat left top;
  background-size: 100% auto;
}
.section04 .ttl_wrap h2 span {
  font-size: 42px;
  font-size: 4.2rem;
  background: url(../images/004/bg_004_ttl.png) no-repeat left bottom;
  background-size: contain;
}
.section04 .ttl_wrap h2 .sp_only {
  display: none;
}
.section04 .container {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 820px;
  height: auto;
}
.section04 .container .cont_reason {
  position: relative;
  margin: 0 20px 90px 10px;
  padding: 20px 20px 0 20px;
  max-width: 840px;
  max-height: auto;
  background: url(../images/common/bg_square.png) repeat;
  background-size: 2% auto;
}
.section04 .container .cont_reason .reason_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  margin: 0;
  padding: 0;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l {
  margin: 0 20px 0 0;
  padding: 0;
  width: 136px;
  height: auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l p {
  padding: 40px 0;
  font-size: 27px;
  font-size: 2.7rem;
  color: #fff;
  line-height: 130%;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
  background:url(../images/004/bg_004_reason.png) no-repeat center top;
  background-size: 100% auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_l p span {
  font-size: 40px;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r {
  padding: 42px 0 30px;
  width: 81%;
  height: auto;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 {
  font-size: 27px;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 160%;
  letter-spacing: 2px;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 .pc02_later, 
.section04 .container .cont_reason .reason_wrap .reason_wrap_r h3 .sp_only {
  display: none;
}
.section04 .container .cont_reason .reason_wrap .reason_wrap_r .reason01, 
.section04 .container .cont_reason .reason_wrap .reason_wrap_r .reason02, 
.section04 .container .cont_reason .reason_wrap .reason_wrap_r .reason03 {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 0 0 ;
  padding: 20px 0 50px;
  max-width: 100%;
  max-height: auto;
}
.section04 .container .cont_reason .reason01 {
  background: url(../images/001/img_001_01.png) no-repeat right 20px top 20px;
  background-size: 35% auto;
}
.section04 .container .cont_reason .reason02 {
  background: url(../images/004/img_004_01.png) no-repeat right 40px bottom 10px;
  background-size: 28% auto;
}
.section04 .container .cont_reason .reason03 {
  background: url(../images/004/img_004_02.png) no-repeat right 50px bottom 40px;
  background-size: 22% auto;
}
.section04 .container .cont_reason ul {
  margin: 0 0 30px;
  list-style-type: none;
}
.section04 .container .cont_reason  ul li, 
.section04 .container .cont_reason  p {
  font-size: 14px;
  fotn-size: 1.4rem;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 4px;
}
.section04 .container .cont_reason p {
  margin: 0;
  max-width: 370px;
}



/* リバーウォーク section05
---------------------------------------------------- */

.section05 {
  padding: 140px 0 60px;
  max-width: 825px;
  height: auto;
}
.section05 .ttl_wrap {
  margin: 0 10px;
  padding: 70px 0 140px 50px;
  max-width: 825px;
  max-height: 294px;
  background: url(../images/005/bg_005_01.png) no-repeat left top;
  background-size: contain;
}
.section05 .ttl_wrap h2 {
  padding: 0 0 10px;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 5px;
}
.section05 .ttl_wrap h2 span {
  background: url(../images/005/bg_005_ttl.png) no-repeat left bottom;
  background-size: contain;
}
.section05 .cont_wrap {
  position: relative;
  margin: 0 auto;
  padding: 50px 20px 100px;
  max-width: 825px;
  max-height: auto;
  text-align: center;
  background: url(../images/005/bg_005_02.png) no-repeat center top;
  background-size: contain;
}
.section05 .cont_wrap p {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 200%;
  letter-spacing: 4px;
}
.section05 .cont_wrap p span {
  font-size: 40px;
  font-size: 4rem;
  color: #fc8282;
}
.section05 .cont_wrap p .sp_only {
  display: none;
}
.section05 .img_wrap {
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
.section05 .img_wrap img {
  margin: 0 auto;
  max-width: 996px;
  max-height: 265px;
}



/* 会社概要 section06
---------------------------------------------------- */

.section06 {
  padding: 140px 0 100px;
  max-width: 800px;
  height: auto;
}
.section06 h2 {
  margin: 0 0 40px;
  padding: 15px 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background: #59cd9d;
  box-sizing: border-box;
}
.section06 table {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  box-sizing: border-box;
}
.section06 table tr {
  border-bottom: 2px solid #dedede;
}
.section06 table tr:last-child {
  border: none;
}
.section06 table tr th {
  margin: 0;
  padding: 30px 35px 25px 30px;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
  white-space: nowrap;
}
.section06 table tr td {
  margin: 0;
  padding: 30px 0 20px;
  height: auto;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
}
.section06 table tr td .adress_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.section06 table tr td .adress_wrap .adress_wrap_l {
  margin: 0;
  padding: 0;
  width: 60%;
}
.section06 table tr td .adress_wrap .adress_wrap_l p {
  padding: 0 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  white-space: nowrap;
}
.section06 table tr td .adress_wrap .adress_wrap_r {
  margin: 0;
  padding: 0;
  width: 40%;
  max-width: 300px;
}
.section06 table tr td .adress_wrap .adress_wrap_r img {
  margin: 0;
  padding: 0;
  width: 100%;
}
.section06 .googlemap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.section06 .googlemap iframe {
  margin: 0;
  padding: 0 10px;
  width: 100%;
  max-width: 800px;
}



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

.info_form {
  padding: 40px 0 60px;
  max-width: 800px;
  height: auto;
}
.info_form h2 {
  margin: 0 0 40px;
  padding: 15px 0;
  width: 100%;
  max-width: 800px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 4px;
  background: #59cd9d;
  box-sizing: border-box;
}
.info_form p {
  margin: 0 auto;
  padding: 0 0 10px;
  width: 100%;
  height: auto;
  font-size: 20px;
  font-size: 2rem;
}
.info_form p span {
  color: #fe0000;
}
.info_form table {
  margin: 20px 10px;
  padding: 0;
  max-width: 800px;
  height: auto;
}
.info_form table tr th, 
.info_form table tr td {
  padding: 10px 0 10px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 2px;
  text-align: left;
}
.info_form table tr th span {
  color :#fe0000;
}
.info_form table tr td {
  padding: 10px 0 40px;
}
.info_form table tr td.name_wrap {
  padding: 10px 0;
}
.info_form table tr td.name_wrap.last {
  padding: 10px 0 80px;
}
::-webkit-input-placeholder, 
::-moz-placeholder, 
:-ms-input-placeholder {
  color: #a9a9a9;
}
.info_form table tr td .form_text01, 
.info_form table tr td .form_text02, 
.info_form table tr td .form_text03, 
.info_form table tr td .form_text04, 
.info_form table tr td .form_area {
  padding: 10px 10px;
  font-size: 20px;
  font-size: 2rem;
  color: #000;
  border: none;
  background: #f4f4f4;
  outline: none;
  box-shadow: none;
  transition: all 0.1s;
  box-sizing: border-box;
}
.info_form table tr td .form_text01 {
  width: 90%;
}
.info_form table tr td .pc_name_wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%;
  max-width: 800px;
}
.info_form table tr td .pc_name_wrap .pc_name_wrap_l, 
.info_form table tr td .pc_name_wrap .pc_name_wrap_r {
  width: 50%;
}
.info_form table tr td .form_text02, 
.info_form table tr td .form_area {
  width: 100%;
}
.info_form table tr td .form_text03 {
  width: 40%;
}
.info_form table tr td .form_text04 {
  width: 70%;
}
.info_form table tr td .form_text01:focus, 
.info_form table tr td .form_text02:focus, 
.info_form table tr td .form_text03:focus, 
.info_form table tr td .form_text04:focus, 
.info_form table tr td .form_area:focus {
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.4);
  border: solid 1px #333;
}
.info_form table tr td .mail_wrap {
  margin: 0 0 20px;
}
.info_form table tr td  .form_radio {
  margin: -4px 0 0;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  background: none;
}
.info_form table tr td .form_btn01 {
  font-size: 20px;
  font-size: 2rem;
}
.info_form table tr td.cont_check {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
}
.info_form table tr td .form_check {
  padding: 0 50px 0 0;
}
.info_form table tr td .form_check .sp_only {
  display: none;
}
.info_form table tr td .form_check .check_wrap {
  margin: -4px 0 0;
  width: 28px;
  height: 28px;
  border: 2px solid #000;
  background: none;
}
.info_form table tr td .form_select {
  padding: 15px 20px;
  font-size: 20px;
  font-size: 2rem;
  width: 40%;
  color: #000;
  border: none;
  background: #f4f4f4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 60px;
}
.info_form table tr td .form_select option {
  font-size: 20px;
  font-size: 2rem;
}
.info_form .submit_01 {
  margin: 0 auto;
  padding: 0;
  max-width: 400px;
  height: 80px;
  background: #59cd9d
}
.info_form .submit_01 {
  margin: 30px auto 0;
  padding: 0;
  width: 400px;
  height: 80px;
  background: #fff;
  box-sizing: border-box;
}
.info_form .submit_01 .btn_link_wrap {
  display: block;
  margin: 0;
  padding: 10px 0 0 96px;
  width: 400px;
  height: 80px;
  text-align: left;
  background:#59cd9d url(../images/info/ico_info_mail.png) no-repeat left 32px center;
  background-size: 50px auto;
  border: none;
  cursor: pointer;
}
.info_form .submit_01 .btn_link_wrap:hover {
  opacity: 0.7;
}
.info_form .submit_01 .btn_link_wrap img.btn_link_text {
  max-width: 281px;
  max-height: auto;  
}
.info_form .parsonal {
  margin: 40px 10px 24px;
  padding: 16px 130px 32px;
  border: 1px solid #333;
  border-radius: 5px;
}
.info_form .parsonal h3 {
  margin: 0 auto;
  padding: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.info_form .parsonal p {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.info_form .parsonal p .sp_only {
  display: none;
}



/* フォームエラー画面 error.html
---------------------------------------------------- */

.section_error, 
.section_conf, 
.section_thanks {
  padding: 20px 0 100px;
  max-width: 700px;
  height: auto;
}
.section_error p.ttl, 
.section_conf p.ttl, 
.section_thanks p.ttl {
  margin: 0 auto 20px;
  padding: 15px 0;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #f00;
  text-align: center;
}
.section_thanks p.ttl {
  color: #000;
}
.section_error p.msg, 
.section_conf p.msg, 
.section_thanks p.msg {
  margin: 0 auto;
  padding: 15px 0;
  width: auto;
  height: auto;
}
.section_conf p.msg, 
.section_thanks p.msg {
  text-align: center;
}
.section_error table, 
.section_conf table {
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
  max-width: 1000px;
  height: auto;
  box-sizing: border-box;
}
.section_error table tr, 
.section_conf table tr {
  border-bottom: 2px solid #dedede;
}
.section_error table tr th, 
.section_conf table tr th {
  margin: 0;
  padding: 15px;
  height: auto;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
  white-space: nowrap;
}
.section_error table tr td, 
.section_conf table tr td {
  margin: 0;
  padding: 15px;
  height: auto;
  font-size: 18px;
  font-size: 1.8rem;
  color: #ccc;
  text-align: left;
  line-height: 180%;
  letter-spacing: 2px;
}
.section_conf table tr td {
  color: #000;
}
.section_error table tr td span.msg, 
.section_conf table tr td span.msg {
  color: #f00;
  font-weight: bold;
}
.table_float th {
  width: 100%;
  display: block;
}
.table_float td {
  width: 100%;
  display: block;
}
.section_error .submit_01, 
.section_conf .submit_01, 
.section_thanks .submit_01 {
  margin: 0 auto;
  padding: 0;
  width: 400px;
  height: auto;
  background:#f00;
  text-align: center;
}
.section_error .submit_01 .btn_link_wrap, 
.section_conf .submit_01 .btn_link_wrap, 
.section_thanks .submit_01 .btn_link_wrap {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 400px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background:#f00;
  border: none;
  cursor: pointer;
}
.section_conf .submit_01, 
.section_conf .submit_01 .btn_link_wrap,  {
  width: 300px;
}
.section_thanks .submit_01, 
.section_thanks .submit_01 .btn_link_wrap {
  background: #59cd9d;
}
.section_error .submit_01 .btn_link_wrap:hover, 
.section_conf .submit_01 .btn_link_wrap:hover, 
.section_conf .submit_02 .btn_link_wrap:hover, 
.section_thanks .submit_02 .btn_link_wrap:hover {
  opacity: 0.7;
}
.section_conf .container {
  width: 700px;
  height: auto;
  overflow: hidden;
}
.section_conf .container .submit_01, 
.section_conf .container .submit_02 {
  margin: 0 auto;
  padding: 0;
  width: 300px;
  height: auto;
  text-align: center;
}
.section_conf .container .submit_01 {
  float: left;
  background: #f00;
}
.section_conf .container .submit_02 {
  float: right;
  background: #59cd9d;
}
.section_conf .container .btn_link_wrap {
  display: block;
  margin: 0 auto;
  padding: 30px 0 20px;
  width: 300px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  border: none;
  cursor: pointer;
}
.section_conf .container .submit_01 .btn_link_wrap {
  background: #f00;
}
.section_conf .container .submit_02 .btn_link_wrap {
  background: #59cd9d;
}

@media (min-width: 769px) {
.table_float th {
  width: 20%;
  display: table-cell;
}
.table_float td {
  display: table-cell;
}
}

}