main {
  width: 100%;
}

/* 装飾用 */

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0 0;
  background:url(../img/bg.jpg) repeat 0 0;
}
header{
color:#444444;
padding:10px 0 10px 40px;
background:url(../img/bg.jpg) repeat 0 0;
}
@media screen and (max-width: 520px) {
header{
color:#444444;
padding:10px 0 10px 10px;
background:url(../img/bg.jpg) repeat 0 0;
}
}


/*///////////////////////　h　///////////////////////*/

h1{
font-size:120%;
/*color:#D8001A;*/
color:#47964D;
height:50px;
line-height:40px;
text-indent:50px;
background:url("../img/h3.gif") no-repeat 0px 0px;
}
.sweden{
font-size:120%;
/*color:#D8001A;*/
color:#97725f;
height:50px;
line-height:40px;
text-indent:50px;
background:url("../img/h3.gif") no-repeat 0px 0px;
}


@media screen and (max-width: 520px) {
h1{
font-size:75%;
/*color:#D8001A;*/
color:#47964D;
height:50px;
line-height:50px;
text-indent:50px;
background:url("../img/h3.gif") no-repeat 0px 0px;
}

.sweden{
font-size:75%;
/*color:#D8001A;*/
color:#97725f;
height:50px;
line-height:50px;
text-indent:50px;
background:url("../img/h3.gif") no-repeat 0px 0px;
}
}
/*///////////////////////　hここまで　///////////////////////*/

/*赤いタブ*/
#redtab {
margin:0 auto;
width:950px;
height:31px;
float:center;
background-image: url("../img/product_tab.png");
background-position: right;
background-repeat: no-repeat;
}
#redtab p {
width:400px;
float:center;
font-size: 75%;
color:antiquewhite;
padding-top: 10px;
margin:0 0 0 630px;
}

/*青いタブ　スウェーデン*/
#bluetab {
margin:0 auto;
width:950px;
height:31px;
float:center;
background-image: url("../img/product_sw_tab.png");
background-position: right;
background-repeat: no-repeat;
}
#bluetab p {
width:400px;
float:center;
font-size: 75%;
color:#f0f0f0;
padding-top: 10px;
margin:0 0 0 630px;
}

/*本文用の白い枠*/
.white_box {
margin:0 auto;
padding:15px 0 30px 15px;
width:950px;
background-color:#FFFFFF;
border:1px #A7865D dotted;
float:center;
margin-bottom: 10px;
}

@media screen and (max-width: 520px) {
/*赤いタブ*/
#redtab {
margin:0 auto;
width:95%;
height:26px;
float:center;
background-image: url("../img/product_tab_SP.png");
background-position: right;
background-repeat: no-repeat;
}
#redtab p {
width:233px;
float:center;
font-size: 60%;
color:antiquewhite;
padding-top: 8px;
margin:0 0 0 44%;
}

/*青いタブ　スウェーデン*/
#bluetab {
margin:0 auto;
width:95%;
height:26px;
float:center;
background-image: url("../img/product_sw_tab_SP.png");
background-position: right;
background-repeat: no-repeat;
}
#bluetab p {
width:233px;
float:center;
font-size: 60%;
color:antiquewhite;
padding-top: 8px;
margin:0 0 0 44%;
}

.white_box {
margin:0 auto;
padding:5px 0 30px 5px;
width:95%;
background-color:#FFFFFF;
border:1px #A7865D dotted;
float:center;
margin-bottom: 10px;
}

}

/*動画用の枠*/
.iframe-wrap {
  position: relative;
  margin: 0 auto;
  text-align: center;
  align-items: center;
  width: 95%;
  padding-top:  53.88%;
  /* padding-top: 56.25%; */
  overflow:auto; 
  -webkit-overflow-scrolling:touch;
}
.iframe-wrap iframe {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    border:none;
    display:block;
}

/*ボタンデザイン赤*/
.button01 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #ea2231;/*赤色*/
  padding: 0.3em 2em;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  background-color: #fbf2b1;/*黄色*/
  border: 2px solid #ea2231;
}

.button01 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #ea2231;
  border-right: 3px solid #ea2231;
  transform: rotate(45deg);
}

.button01 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #f9606e;
}

.button01 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
/*並びが２列*/

.button01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.button01 > div{
	width: 50%;
	padding: 10px;
}
.button01 > div > div{
	background:none;
	height: 65px;
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 520px) {
	.button01 > div{
		width: 100%;
	}
}

/*ボタンデザイン青（スウェーデン）*/
.button_sw a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  color: #4274ce;/*青色*/
  padding: 0.3em 2em;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  background-color: #fbf2b1;/*黄色*/
  border: 2px solid #4274ce;
}

.button_sw a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #4274ce;
  border-right: 3px solid #4274ce;
  transform: rotate(45deg);
}

.button_sw a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #5b86d5;/*ホバー青*/
}

.button_sw a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
/*並びが２列 スウェーデン*/

.button_sw{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.button_sw > div{
	width: 50%;
	padding: 10px;
}
.button_sw > div > div{
	background:none;
	height: 65px;
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 520px) {
	.button_sw > div{
		width: 100%;
	}
}



footer {
color:#444444;
padding:10px 0 10px 0;
background:url(../img/bg.jpg) repeat 0 0;
}
.item_photo{ text-align : center;
margin:0 0 10px 0;}

/*画像など*/
.clossom {
width: auto;
}
.res_image{width:45%;height:45%;}
.foot_sewing{width: 100%;
height: 100%;}

/*平文*/
.p-cntr {text-align: center;font-size: 90%;}

@media screen and (max-width: 520px) {
.clossom {
width:40%;
height:40%;
margin-left: 0;
}
.res_image{
width:85%;
height:85%;
}
.foot_sewing{
width: 100%;
height: 100%;}

.p-cntr {text-align: center;
font-size: 80%;}
}



