@charset "UTF-8";

/*
Theme Name: sample_therma
*/

/* CSS Document */

/*common*/

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

html {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}
body{
font-family: 'Montserrat', sans-serif;
letter-spacing:0.1em;
}
h2 .color{
font-family: 'Montserrat', sans-serif;
}/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

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;
}
li{
	list-style:none;	
	}
a{
	text-decoration:none;
	color:#595757;
}
.simple_square_btn6 {
	display: block;
	position: relative;
	width: 250px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #fff;
	 -webkit-backface-visibility: hidden; 
	-moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
.simple_square_btn6:hover {
	 cursor: pointer;
	 text-decoration: none;
	-webkit-animation: simple_square_btn6 0.5s both;
	-moz-animation: simple_square_btn6 0.5s both;
	 animation: simple_square_btn6 0.5s both;
}
@-webkit-keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-moz-keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes simple_square_btn6 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/*リセットcssここまで*/
@media screen and (min-width: 769px) {
.sp {
        display: none !important;
    }	
body{
    background: #fff;
	color:#595757;
}
body{
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.start {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  text-align: center;/
  z-index: 9999;
}
/*ヘッダー*/
.site-header{
    background: #f7f7f7;
    display: flex;
    padding: 35px 0;
	position: absolute;
    justify-content: space-between;
	width:100%;
}
.header-bg a {
  padding-top: 80px;
  display:inline-block;
  position:absolute;
  left:50%;
  top:80%;
  color:#fff;
}
.header-bg a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.header-bg a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.header-bg a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.header-bg a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.site-header.fixed{
    position: fixed;
    top: 0;
}
.site-logo img{
    height: 35px;
    width: auto;
}
.site-logo{
	float:left;
	}
.gnav{
	float:right;
}
.gnav__menu{
    display: flex;
	padding:10px 30px;
}
.gnav__menu__item{
    margin-left: 100px;
}
.gnav__menu__item a{
    color: #595757;
    text-decoration: none;
}
.hero{
    overflow: hidden;
}
.hero img{
  height: auto;
  position: absolute;
  top: 7%;
  left: 13%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 700px;
  text-align: center;
}
.headerInner{
	width:1000px;
	margin:0 auto;
}
.hero img{
  animation-delay: 3s;
}
.gnav__menu a {
	display: inline-block;
	color: #595757;
}
.gnav__menu a:hover {
	animation: zoom .3s;
	color: #E37B57;
	transition-duration:1s;
}
@keyframes zoom {
	50% {
		transform: scale(1.05);
	}
}
/*ここまでヘッダー*/
.content{
    line-height: 3em;
    margin: 0 auto;
}
.site-footer{
    background: #fff;
    padding: 150px 0;
	border-top: 1px solid #b4b5b5;
}
.copyright{
    color: #3e3a39;
    font-size: 12px;
    text-align: center;
	line-height:3em;
}
.copyright li{
	display:inline-block;
	font-size:20px;
	padding:0 10px;
}
.header-bg {
	height: 100vh;
	background-attachment: fixed;
	background-image: url(images/main_top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	font-size: 48px;
	line-height:1.3em;
	margin:0 0 20px 0;
}
h2 span{
	font-size: 18px;
}
.orange{
	color:#E37B57;
	font-size:24px;
}
.magn{
	margin:0 0 0 50px;
	}
.newsInner{
	padding:233px 0 50px 0;
	width:1000px;
	margin:0 auto;
	}
.newsInner li{
  width: 1000px;
  border-bottom: solid 0.5px;
  color:#9F9FA0;
	}
.newsInner a{
  color:#9F9FA0;
	}
.introInner{
	padding:50px 0 150px 0;
	width:1000px;
	margin:0 auto;
	}
.introInner p{
	color:#9F9FA0;
	}
.introInner span{
	font-weight:bold;
	}
.image_area img{
	width:100%;
	}
.styleInner{
	padding:150px 0;
	width:1000px;
	margin:0 auto;
	}
.styleInner p{
	color:#9F9FA0;
	}
.accessInner p{
	color:#9F9FA0;
	}
#price img{
	width:475px;
	}
#price ul{
	overflow:hidden;
}
#price ul li{
	margin:30px 0;
}
#price ul li:nth-child(odd){
	float:left;
}
#price ul li:nth-child(even){
	float:right;
}
.priceInner{
	padding:150px 0;
	width:1000px;
	margin:0 auto;
	}
.priceInner a{
	color:#fff;
}
#access{
	background-color:#f7f7f7;
	}
.staffInner{
	padding:150px 0;
	width:1000px;
	margin:0 auto;
	}
.staffInner .simple_square_btn6{
	color:#3e3a39;
	border:1px solid #3e3a39;
	}
.accessInner{
	padding:150px 0;
	width:1000px;
	margin:0 auto;
	}
.color{
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0px;
	font-weight:bold;
	}
.logo_fade img{
	width:15%;
}
.sample3 {
	width:			475px;
	height:			267px;
	overflow:		hidden;
	position:		relative;
}
.sample3 .caption {
	font-size:		130%;
	color:			#fff;
	padding-top:		110px;
	padding-left:		75px;
}
.sample3 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.sample3:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-left:		90px;	/* 右にずらす */
}
}
@media screen and (max-width:768px){
   .pc {
        display: none !important;
   }
   .header-bg a {
  padding-top: 80px;
  display:inline-block;
  position:absolute;
  left:50%;
  top:80%;
  color:#fff;
}
.header-bg a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.header-bg a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.header-bg a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.header-bg a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
	nav{
		display:none;
		position: absolute;
		top:0;
		width: 100%;
		height: 100vh;
		background:rgba(255,255,255,1);
		left: 0;
		
	}
	header nav ul{
		display: block;
		width: 90%;
		height: 350px;
		position: absolute;
		top: 0px;
		right: 0px;
		bottom: 0px;
		left: 0px;
		margin: auto;
	}
	header nav ul li{
		margin: 25px 0;
		text-align: center;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
		color: #006598;
		text-decoration:none
	}
	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		top: 7px;
		z-index: 1100;
		float:right;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 3px;
		background: #111;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
			top: 12px;
		   -webkit-transform: rotate(135deg);
			-moz-transform: rotate(135deg);
			transform: rotate(135deg);
		background: #595757;
		}
		.open #nav_toggle span:nth-child(2) {
			width: 0;
			left: 50%;
		background: #595757;
		}
		.open #nav_toggle span:nth-child(3) {
			top: 12px;
			-webkit-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			transform: rotate(-135deg);
		background: #333;
		} 
	#headerinner {
		display:flex;
		justify-content:space-between;
		align-items:center;
		width:90%;
		margin:10px auto;
}
.site-header{
    padding: 10px 0;
    position: fixed;
    justify-content: space-between;
    transition: .5s;
    width: 100%;
	z-index:1;
}
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #595757;
    text-decoration: none;
}
.site-header.transform{
    background: rgba(255,255,255,0.9);
    padding: 0;
}
h1 {
	font-size: 34px;
	color:#fff;
	width:45%;
	float:left;
}
#headerInner {
	overflow: hidden;
	padding:15px 15px;
}
body{
    background: #fff;
	color:#3e3a39;
}
body{
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
    animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.hero{
    overflow: hidden;
}
.hero img{
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 70%;
  text-align: center;/
 }
.hero img{
  animation-delay: 3s;
}
/*ここまでヘッダー*/
.content{
    line-height: 2em;
    margin: 0 auto;
}
.site-footer{
    background: #fff;
    padding: 100px 0;
	border-top: 1px solid #b4b5b5;
}
.copyright{
    color: #3e3a39;
    font-size: 12px;
    text-align: center;
	line-height:3em;
}
.copyright li{
	display:inline-block;
	font-size:20px;
	padding:0 10px;
}
.header-bg {
	height: 100vh;
	background-image: url(images/sp_main.png);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	font-size: 48px;
	text-align:center;
	line-height:1.3em;
	margin:0 0 40px 0;
}
h2 span{
	font-size: 18px;
}
.newsInner{
  padding:100px 20px 50px 20px;
  margin:0 auto;
}
.introInner{
	padding:50px 20px 100px 20px;
	margin:0 auto;
	}
.introInner h2 .color{
	color:#7cb62c;
	font-size:48px;
	}
.aboutusInner{
	padding:100px 20px;
	margin:0 auto;
	}
.styleInner{
	padding:100px 20px;
	margin:0 auto;
	}
.priceInner{
	padding:100px 20px;
	margin:0 auto;
	}
.staffInner{
	padding:100px 20px;
	margin:0 auto;
	}
.staffInner .simple_square_btn6{
	color:#3e3a39;
	border:1px solid #3e3a39;
	}
.accessInner{
	padding:100px 20px;
	margin:0 auto;
	}
.color{
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:0px;
	font-weight:bold;
	}
#access{
	background-color:#f7f7f7;
	}
.orange{
	color:#E37B57;
}
.image_area img{
	width:100%;
	}
#price img{
	width:100%;
	}
.priceInner li{
	margin:0 0 20px 0;
	}
.sample3 {
  position: relative;
  background-color: #000000;
  }

.sample3 p {
  position: absolute;
  font-size:20px;
  top: 50%;
  left: 50%;
  color: white;/*文字は白に*/
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  /*文字の装飾は省略*/
  }

.sample3 img {
  width: 100%;
display: block;
  opacity: 0.7;
  }
}