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

body {
	font-family: 'Kiwi Maru', serif;
	margin: 0;
}
.logo img {
    max-width: 300px;
    height: auto;
}
.logo {
    text-align: center;
    margin-top: 10%;
}


.wsimg-area {
    max-width: 1500px;
    margin: 50px auto;
}
.wsimg {
    float: left;
}
.wsimg img {
    max-width: 100%;
    height: auto;
}
.clearfix {
    clear: both;
}

.ws {text-align: center;margin: 50px  auto;max-width: 500px;font-size: 1.5em;}

.ws span {
    font-size: 17px;
    letter-spacing: 0.05em;
}

.ws a {color: #000;text-decoration: none;}

.ws-in {border: solid 3px #093550;padding: 20px;}

.ws-in:hover {
    border: solid 3px #093550;
    background-color: #093550;
    color: #FFF;
}

.comingsoon {
    text-align: center;
    margin-top: 20px;
}
.comingsoon img {
    max-width: 250px;
    height: auto;
}
.footer {
    background-color: #073650;
    padding: 20px 0;
    margin-top: 10%;
    color: #FFF;
    text-align: center;
    line-height: 2em;
}
.footer i {
    color: #FFF;
    font-size: 1.5em;
}
.footer i:hover {
    opacity: .8;
}
.footer-sns1 {
    margin-bottom: 10px;
}
.shopname {
    margin-top: 30px;
}


/* honban */
.header-logo {
	text-align: center;
	margin: 100px 0 200px;
}
.header-logo img {
    max-width: 250px;
    height: auto;
}


.section1 {
    margin: 10% 0;
}
.section-title {
	background: linear-gradient(90deg, #f0bc68 0%, #f0bc68 75%, #fff 0%, #fff 100%);
	text-align: center;
	width: 100%;
	padding: 10px 0 15px;
}
.section-title span{
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.section-content {
    max-width: 720px;
    margin: 30px auto;
    line-height: 1.75em;
    text-align: center;
}
.section-title2 {
	background: linear-gradient(90deg, #fff 0%, #fff 25%, #f0bc68 0%, #f0bc68 100%);
	text-align: center;
	width: 100%;
	padding: 10px 0 15px;
}
.section-title2 span{
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: 0.1em;
}


.section2 {
    margin: 10% 0;
}
.section-content2 {
    max-width: 600px;
    margin: 30px auto;
}
.section-content2-price table {
    border-collapse: collapse;
}
.section-content2-title {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    padding: 8px 5px;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.section2-table td span {
    font-size: 0.7em;
}
.section2-table td {
    padding: 10px 12px;
    text-align: center;
	line-height: 1.1em;
}
td.td-style1 {
    width: 25%;
}
td.td-style2 {
    height: 40px;
}
ul.section2-ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    line-height: 1.75em;
}
.section-content2-price-comment {
    font-size: .85em;
    margin-bottom: 5px;
}
.section-content2-price-title {
    margin-top: 40px;
}
ul.section2-ul i {
    font-size: 1.3em;
}
.section-content2-price-title i {
    font-size: 1.3em;
    color: #347ca8;
}
.section-content2-price-design ul {
    margin: 0;
    padding: 0;
}
.section-content2-price-design li {
    list-style: none;
    line-height: 1.75em;
}
.section-content2-price-design i {
    font-size: 1em;
}
.section-content2-price-plus {
    margin-bottom: 100px;
}
.section-content2-price-design {
    margin-top: 20px;
}


.section3 {
	margin: 10% 0;
}
.section3-in {
	text-align: center;
	max-width: 700px;
    margin: 30px auto;
}


.section4 {
	margin: 10% 0;
}
.section4-lead {
    max-width: 700px;
    margin: 30px auto;
    line-height: 1.75em;
    text-align: center;
}
.section4-lead a {
	color: #000;
}


.section5 {
	margin: 10% 0;
}
.section5-lead {
    max-width: 700px;
    margin: 30px auto;
    line-height: 1.75em;
    text-align: center;
}
.section5-form {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
	margin-top:20px;
}
.section5-form iframe {
  position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    display:block;
}


footer {
    background-color: #073650;
    color: #FFF;
    text-align: center;
    padding: 30px 0;
}

.footer-in1 {
    margin-bottom: 10px;
}