@charset "utf-8";
/*
Theme Name: ミヤチクフォーム
Version: 1.0
*/

/* Reset.css */
* {
	font-style:normal;
	margin:0pt;
	padding:0pt;
	border:0;
	text-decoration: none;
}
body {
		font-family:'Outfit','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
-webkit-text-size-adjust: 100%;
word-wrap: break-word;
color:#333;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}
ol, ul, ul li {
	list-style-type:none;
}
img {
border:0 none;
vertical-align:bottom;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
font-size: 1.4rem;
line-height: 2;
}
@media (min-width: 768px) {
  body {
	font-size:1.6rem;
	line-height: 1.8;
  }
}
@media (min-width: 992px) {
  body {
	font-size:1.6rem;
	line-height: 1.8;
  }
}
.contents p, .contents dl, .contents ul, .contents ol {
    margin-bottom:2em;
}
select {
  /*-webkit-appearance: none;
  appearance: none;*/
}
a:link{
	color:#00A0E9;
}
a:visited{
	color:#00A0E9;
}
a:hover{
	color:#FF4B33;
}
a:active{
	color:#FF4B33;
}
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
img{
max-width:100%;
height:auto;
}
/*a:hover img{
opacity:0.7;
transition: all 0.5s ease 0s;
}*/
.only_sp{
display:none;
}
.only_pc{
display:block;
}
.f22 {
font-size:1.6em;
line-height: 1.6em;
}
.fbold{
font-weight:600;
}
.tunderline{
text-decoration:underline;
}
.blue{
color:#00A0E9;
}
.orange{
color:#D83F00;
}
.tcenter{
text-align:center;
}
.tright{
text-align:right;
}
.red{
color:#ea3b28;
}
.fs09{
	font-size:0.9em;
}
.fm12{
	font-size:1.2em;
}
.bgyellow{
    background: linear-gradient(transparent 60%, #FFD400 60%);
}
.luckiest{
	font-family: 'Luckiest Guy', cursive;
}
.Barlow{
	font-family: 'Barlow Condensed', sans-serif;
}
.wrap{
width:92%;
max-width:1024px;
margin:0 auto;
clear:both;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.justify{
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    padding: 0;
}
.gmap,
.youtube{
position: relative;
padding-bottom: 36.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed,
.youtube iframe,
.youtube object,
.youtube embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.gmap2,
.youtube{
position: relative;
padding-bottom: 46.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.gmap2 iframe,
.gmap2 object,
.gmap2 embed,
.youtube iframe,
.youtube object,
.youtube embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 94%;
}

/* editor */
 
p {
    display: block;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
 
/* img */
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/*sp common*/
.spnav{
		display:none;
}

/*common*/
input[type="text"],
input[type="email"],
select{
border:1px solid #999;
}
.pageHeader{
	padding:2em 0;
}
.pageFooter{
	text-align:center;
	padding:3em 0;
}

/*page common*/
.comttl01{
	color:#fff;
	background:#e75513;
	padding:0.5em 1em;
	font-size:1.4em;
	font-weight:bold;
	margin:0 0 1em;
}
.comttl02{
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	margin:0 0 1em;
}
.fmin01{
	font-size:0.8em;
}

/*form*/
.hissu{
	color:#e60012;
}
.form_tb{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	width:100%;
	margin:0 0 2em;
}
.form_tb th,
.form_tb td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1em 1em;
}
.form_tb th{
	text-align:left;
	font-weight:normal;
	background:#ddd;
	width:26%;
}
.form_tb td input[type="text"],
.form_tb td input[type="email"],
.form_tb td textarea{
	font-size:1.6rem;
	line-height:2em;
	border:1px solid #ccc;
	width:90%;
	padding:0.2em 1em;
}
.form_tb td select{
	font-size:1.6rem;
	line-height:2em;
	border:1px solid #ccc;
	padding:0.2em 1em;
}
.greenbox01{
	background:#e3efe4;
	padding:2em;
	margin:0 0 2em;
}
.greenbox01 p{
	margin:0;
}
.greenbox01_list:last-of-type{
	margin:0 0 2em;
}
.greenbox01_list div:nth-of-type(1){
	width:100px;
	margin-right:1em;
}
.privacy{
	background:#f4f4f4;
	padding:2em;
	margin:0 0 2em;
	height:200px;
	overflow-y:scroll;
}
.privacy_ttl{
	font-weight:bold;
}
.privacy_btn{
	text-align:center;
	
}
.submitbtn input {
    background: #e75513;
    color: #fff;
    display: block;
    margin: 2em auto 1em;
    width: 100%;
    max-width: 400px;
    padding: 1em;
    font-size: 1.6rem;
    cursor: pointer;
}
.recap_txt01{
	font-size:0.8em;
	color:#717071;
	text-align:center;
}