/* 
Theme Name: Theme Name
Text Domain: mytheme
Author: pinesland.com
Description: 100% Original 手作りテーマ開発テスト用
Version: 1.0.1

@import url("style-m.css") screen and (max-width: 765px);
@import url("style-pc.css") screen and (min-width: 766px);
*/

/* Reset */
body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,
form,fieldset,legend,input,textarea,
p,
blockquote,
th,td {
  margin:0;
  padding:0;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
fieldset,img {
  border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}
li {
  list-style:none;
}
caption,th {
  text-align:left;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}
q:before,
q:after{
  content:'';
}
sup {
  vertical-align:text-top;
}
sub {
  vertical-align:text-bottom;
}
input,
textarea,
select {
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
input,
textarea,
select {
  *font-size:100%;
}
/* ===============================================*/

/* redifine */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.6;
}
html {
  scroll-behavior: smooth;
}
body {
  text-size-adjust: 100%; /* スマホ文字拡大対策 */
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}
iframe {
  vertical-align: bottom;
}
a:link, a:hover, a:active, a:visited {
  color: #0000cc;
  text-decoration: none;
  padding-bottom: 1px;
}
a:hover, a:active {
  color: #cc00000;
}

/* row tag */
h1:not([class]) {
  margin: 1em 0;
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
}
h2:not([class]) {
  margin: 1em 0 0.5em;
  line-height: 1.5;
  font-size: 1.8em;
  font-weight: bold;
}
h3:not([class]) {
  margin: 1em 0 0.5em;
  line-height: 1.5;
  font-size: 1.4em;
  font-weight: bold;
}
h4:not([class]) {
  margin: 1em 0 0.5em;
  line-height: 1.5;
  font-size: 1.2em;
  font-weight: bold;
}
h5:not([class]) {
  margin: 1em 0;
  line-height: 1.5;
  font-size: 1.0em;
  font-weight: bold;
}
h6:not([class]) {
  margin: 1em 0;
  line-height: 1.5;
  font-size: 1.0em;
  font-weight: bold;
  color: #333;
}
p:not([class]) {
  margin: 1em 0;
  line-height: 1.8;
}
strong {
  font-weight: bold;
}
hr.wp-block-separator {
  margin: 50px 0 30px;
  color: #666;
}
input[type="submit"] {
  -webkit-appearance:none;
}

img {
  max-width: 100%;
  height: auto;
}

/* common */
.aligncenter {
  text-align: center;
}
.alignleft {
  text-align: left;
}
.alignright {
  text-align: right;
}

.gototop {
  position: absolute;
  position: fixed;
  bottom: 2em;
  left: 1em;
}
.gototop a {
  background-color: #ddd;
  opacity: 0.7;
  border-radius: 1em;
  padding: 0.5em;
  color: #fff;
  font-size: 1.6em;
  box-shadow: 0 0 3px 0px #999;
}

/* wp common */
.wp-block-quote { /*blockquote*/
  margin: 1em;
  padding: 1em;
  border: 1px solod #999;
  background-color: #eee;
  border-radius: 0.5em;
}


/*====================================================================*/

@media print { /* -------------------------------------------------------------------- print only */
  
/*===================================================== layout =======*/
  #container {
    width: 100%;
  }
  #mainbox {
  }
  #sidebarbox {
  }
  
/*================================================== responsive =======*/
  
  
/*===================================================== Navigation ====*/
    
  .header-nav {
    display: none;
  }
} /* end print */

/*----------------------------------------------------------------------------------*/
