@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  height: 100%;
  line-height: 1.2;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 62.5%;
  height: 100%;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img, iframe {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

map {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

div, iframe {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body > div {
  width: 320px;
}

body {
  background-color: #004ccc;
}

a {
  color: #004ccc;
}
a:visited {
  color: #004ccc;
}
a:hover {
  color: #004ccc;
}
a:active {
  color: #004ccc;
}

#mainBox {
  color: #fff;
  height: auto;
  background-image: url("../img_sp/bg.png");
}

#snsBox{
	width: 100%;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#snsBox img{
	width: 306px;
	margin: 7px;
}

#snsBox ul{
	width: 306px;
	height: 48px;
	margin: 0 7px 7px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

#snsBox ul li a{
	display: block;
	width: 96px;
	height: 48px;
}

#snsBox ul li:nth-child(1){
	background: url("../img_sp/btnTwitter.png") no-repeat;
	background-size: cover;
}
#snsBox ul li:nth-child(2){
	background: url("../img_sp/btnFacebook.png") no-repeat;
	background-size: cover;
}
#snsBox ul li:nth-child(3){
	background: url("../img_sp/btnInstagram.png") no-repeat;
	background-size: cover;
}

#diaryBox {
	height: auto;
	padding: 0 15px;
	display: block;
	position: relative;
	background:rgba(0,126,196,0.6);
	margin: 40px auto 0;
	padding-top: 20px;
}

#diaryBox img{
	width: 180px;
	position: absolute;
	top: -15px;
}

#diaryBox #diaryTouch {
	width: 288px;
	height: 188px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
}
#diaryBox #diaryTouch iframe {
	height: 100%;
	width: 100%;
	display: block;
}

#diaryBox a{
	display: inline;
}

#diaryBox a img{
	position: relative;
	width: 107px;
	height: 41px;
	margin: 5px 5px 10px 183px;
}


#newsBox {
	height: auto;
	padding: 0 15px;
	display: block;
	position: relative;
	background: rgba(255,255,255,0.65);
	margin: 40px auto 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#newsBox img{
	width: 153px;
	position: absolute;
	top: -15px;
}

#newsBox #newsTouch {
  width: 288px;
  height: 184px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  display: inline-block;
}
#newsBox #newsTouch iframe {
  height: 100%;
  width: 100%;
  display: block;
}

#accessMap {
	display: block;
	text-align: center;
	background: #2F84F9;
	padding: 10px 4px 6px;
	width: 310px;
	margin: 20px auto 10px;
}

#accessMap p:nth-child(1){
	color: #1AFFFB;
	font-weight: 900;
	font-size: 22px;
	letter-spacing: 0.5px;
	margin: 0 auto 5px;
}

#accessMap p:nth-child(2){
	color: #fff;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.5px;
	margin: 0 auto 6px;
}

#accessMap iframe {
  width: 100%;
  aspect-ratio: 16/15; //アスペクト比（縦横比）を指定
}

#btnBlog{
	width: 100%;
}

#btnBlog a {
	display: block;
	margin: 10px auto 20px;
 	width: 164px;
	height: 165px;
	background-image: url('../img_sp/btnBlog.png');
	background-size: cover;
}

#footer {
  background-color: #004ccc;
  padding-top: 8px;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
}
#footer a {
  color: #ffd300;
}
#footer a:visited {
  color: #ffd300;
}
#footer a:hover {
  color: #ffd300;
}
#footer a:active {
  color: #ffd300;
}

/*works & shop*/
.selectBox .breadcrumb {
  padding: 8px 8px 0;
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
}
.selectBox .pullDonwBox {
  *zoom: 1;
  padding: 4px 0 1px;
  margin: 0 auto;
}
.selectBox .pullDonwBox:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.selectBox .pullDonwBox .text {
  padding-right: 5px;
  width: 91px;
  float: left;
}
.selectBox .pullDonwBox .formBox {
  float: left;
}
.selectBox .pullDonwBox .formBox select {
  height: 22px;
}
.selectBox .listBox {
  *zoom: 1;
  padding: 4px 8px;
}
.selectBox .listBox:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.selectBox .listBox .buttonL {
  width: 29px;
  height: 30px;
  float: left;
}
.selectBox .listBox .buttonR {
  width: 29px;
  height: 30px;
  float: right;
}
.selectBox .listBox .listNum {
  padding-top: 8px;
  width: 246px;
  text-align: center;
  color: #102d8b;
  font-size: 1.4em;
  font-weight: normal;
  float: left;
}
.selectBox .listBox .listNum span {
  font-size: 1em;
  font-weight: bold;
  color: #ff7e00;
}
.selectBox .addLine {
  margin-top: 8px;
  border-top: solid 1px #004ccc;
}
.selectBox .addLine:first-of-type {
  margin-top: 0;
  margin-bottom: 5px;
  border-top: none;
  border-bottom: solid 1px #004ccc;
}

#pp {
  padding: 20px;
  text-align: center;
  color: #004ccc;
  font-size: 1.2em;
  font-weight: bold;
}

.productBox, .worksBox, .mailBox {
  margin: 0 10px 10px;
  border: solid 1px #fff;
  background-color: rgba(255, 255, 255, 0.3);
}
.productBox .title, .worksBox .title, .mailBox .title {
  padding: 5px 8px;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: solid 1px #fff;
  background-color: rgba(39, 109, 203, 0.8);
}
.productBox .photo, .worksBox .photo, .mailBox .photo {
  margin: 7px;
}

.productBox .infoBox {
  margin: 0 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-left: solid 1px #fff;
  *zoom: 1;
}
.productBox .infoBox:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.productBox .infoBox .info {
  padding: 3px;
  width: 58px;
  border-right: solid 1px #fff;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
  background-color: rgba(39, 109, 203, 0.8);
  float: left;
}
.productBox .infoBox .text {
  width: 224px;
  padding: 3px;
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
  float: left;
  word-break: break-all;
}
.productBox .infoBox .text a {
  color: #276dcb;
}
.productBox .infoBox .text a:visited {
  color: #276dcb;
}
.productBox .infoBox .text a:hover {
  color: #276dcb;
}
.productBox .infoBox .text a:active {
  color: #276dcb;
}
.productBox .button {
  border-top: solid 1px #fff;
  margin: 0 7px;
  padding: 4px 75px 5px;
}

.worksBox .text {
  width: 224px;
  padding: 0 7px 7px;
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
  word-break: break-all;
}
.worksBox .text a {
  color: #276dcb;
}
.worksBox .text a:visited {
  color: #276dcb;
}
.worksBox .text a:hover {
  color: #276dcb;
}
.worksBox .text a:active {
  color: #276dcb;
}

.mailBox {
  margin-top: 10px;
}
.mailBox .title {
  *zoom: 1;
}
.mailBox .title:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.mailBox .title .text {
  float: left;
}
.mailBox .title .required {
  width: 34px;
  height: 17px;
  padding-left: 8px;
  float: left;
}
.mailBox .title .required img {
  padding-top: 2px;
  vertical-align: text-top;
}
.mailBox .inputBox {
  color: #000;
  padding: 7px;
  border-bottom: solid 1px #fff;
}
.mailBox .inputBox input, .mailBox .inputBox textarea {
  padding: 0;
  margin: 0;
  font-size: 1.5em;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
  border: none;
}
.mailBox .inputBox .notice {
  padding-top: 6px;
  margin-bottom: -4px;
}

.mailBox .choice input{
    width: auto;
}

.mailBox .inputBox:last-child {
  border: none;
}
.mailBox > .text {
  font-size: 1.4em;
  font-weight: normal;
  padding: 100px 0;
  text-align: center;
  color: #000;
}
.mailBox > .text_thh {
  padding: 7px;
  font-size: 1.2em;
  font-weight: normal;
  color: #000;
}

#sendButton {
  margin: 0 auto 7px;
  width: 88px;
  height: 35px;
}
#sendButton button {
  width: 88px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0);
  margin: 0;
  padding: 0;
  border: 0;
}
#sendButton button #buttonBg {
  width: 88px;
  height: 35px;
  background-image: url("../img_sp/send_button.png");
  background-size: contain;
  cursor: pointer;
}

.nodata_sp{
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 4vw;
	padding: 5vw;
	color: #1353B6;
}