@import url('styles/boots-bones.css');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/*
Theme Name: TQ Blank
Theme URI: http://
Author: tranquil
Author URI: http://
Description: トランクウィルのオリジナルブランクテーマです。
Version: 1.0
License: GNU General Public License

-------------------------------------------------------------- */
/* Reset
-------------------------------------------------------------- */

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;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */

  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */

  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */

}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
mark,
ins {
background: #fff;
text-decoration: none;
}
sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
small {
  font-size: 75%;
}
big {
  font-size: 125%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 0;
  width: 100%;
}
th {
  font-weight: bold;
}
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */

  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

  vertical-align: baseline;
  vertical-align: middle;
  /* Improves appearance and consistency in all browsers */

}
button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */

  overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */

}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */

  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */

  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */

  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */

  border: 0;
  padding: 0;
}
input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
    padding: 6px;
    width: 100%;
    margin: 0 0px;
}
textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */

  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */

  width: 98%;
}
/* styles
-------------------------------------------------------------- */
body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #ffffff;
font-family: 'Noto Sans JP', sans-serif;
  line-height: 26.64px;
  font-size: 18px;
  font-size: 1.8rem;
}
/* typography
-------------------------------------------------------------- */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
font-family: 'Noto Sans JP', sans-serif;
}
h1 {
  line-height: 71px;
  font-size: 48px;
  font-size: 4.8rem;
}
h2 {
  line-height: 50px;
  font-size: 34px;
  font-size: 3.4rem;
font-family: 'Noto Sans JP', sans-serif;
}
h3 {
  line-height: 41px;
  font-size: 28px;
  font-size: 2.8rem;
}
h4 {
  line-height: 26px;
  font-size: 18px;
  font-size: 1.8rem;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
/* Text elements */
p {
  margin-bottom: 1.5em;
}
ul,
ol {
  margin: 0 0 1.5em 3em;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
b,
strong {
  font-weight: bold;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  margin: 0 1.5em;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}
/* Links */
a {
  color: #007998;
  -webkit-transition: color 0.25s ease-in-out;
  -moz-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  -ms-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: rgba(0, 121, 152, 0.5);
}
/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
/* Header
-------------------------------------------------------------- */
.site-title a{
  font-size: 4em;
  text-align: center;
}
.site-title a:hover{
}
.site-description{
  font-style: italic;
}


.menu-main-nav-container, .menu-main-container {
  float: right;
}

/* Posts/Articles
-------------------------------------------------------------- */
article {
  background: transparent;
  padding: 0;
  margin-bottom: 50px;
}
article .title {
  color: #404040;
  line-height: 56.24px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.1em;
}
article .title a {
  text-decoration: none;
  color: #404040;
}
article .title a:hover {
  color: #007998;
}
article .post-meta {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
article .post-meta a {
  color: #888888;
  text-decoration: none;
}
article .post-meta a:hover {
  color: rgba(136, 136, 136, 0.5);
}
article .the-content a {
    font-weight: 900;
    text-decoration: none;
    color: #196dac;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease;
    font-weight: bold;
}

article .the-content a:hover {
color: #4ea4e3;
}



article .the-content p {
  color: #191919;
  text-align: justify;
}
article .the-content img {

    border-radius: 10px;
}
article .meta {
  line-height: 14.8px;
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: .9px;
}
article .meta div {
  margin:1px auto;
}
article .meta .post-categories {
  list-style: none;
  margin: 0 0 10px 0;
}
article .meta .post-categories li {
  display: inline-block;
  margin-right: 10px;
}
/* Page loop styling */
.page article {
  border-bottom: none;
}
.page article .title {
  margin-bottom: 40px;
}
/* Pagination */
#pagination {
  margin-bottom: 40px;
  width: 100%;
}
#pagination .past-page {
  float: right;
  width: 49%;
  text-align:right;
}
#pagination .next-page {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  height: 200px;
}
.next-page a, .past-page a {
  font-size: 2em;
font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: italic;
  padding: 10%;
}
/* Comments */
h3#comments {
  margin-bottom: 80px;
  font-size: 16px;
}
.commentlist {
  list-style: none;
  margin: 0;
}
.commentlist .comment {
  margin: 0 0 40px 50px;
  padding: 20px;
  position: relative;
  list-style: none;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment .children {
  margin-top: 40px;
}
.commentlist .comment-author {
  float: left;
  margin-right: 10px;
}
.commentlist .comment-author img {
  position: absolute;
  left: -50px;
  top: 5px;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.commentlist .comment-author .says {
  display: none;
}
.comment-meta {
  font-size: 12px;
  margin-bottom: 10px;
}
.comment-subscription-form,
.comment-subscription-form {
  margin-bottom: 0;
  font-size: 14px;
}
#respond {
  margin-bottom: 80px;
}
#respond > h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
#respond form label {
  color: #888888;
}


header {

}



/* Misc & mixens
-------------------------------------------------------------- */

.hide-text {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.clear {
  clear: both;
}
/* clear floats */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

/* #Media Queries
================================================== */

  /* Those wide screens above 1280px */
  @media only screen and (min-width: 1281px) {
    body{
      font-size: 2.5em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 1.8em;
      line-height: 1.5em;
    }
    article .post-meta{
      font-size: 0.7em;
      line-height: 1em;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
    #sidebar{
      font-size: 0.7em;
      line-height: 1.5em;
    }
    #sidebar h3{
      font-size: 1.5em;
      line-height: 1.5em;
    }
  }

  /* Smaller than standard 960 (devices and browsers) */
  @media only screen and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Tablet Portrait size to standard 960 (devices and browsers) */
  @media only screen and (min-width: 768px) and (max-width: 959px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 767px) {
    .side-title{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 10px;
      line-height: 50px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }

  /* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
  @media only screen and (max-width: 479px) {
    body, article .post-meta{
      font-size: 1.2em;
      line-height: 1.5em;
    }
    article .title{
      font-size: 2em;
      line-height: 1.5em;
    }
    .site-title{
      font-size: 6px;
      line-height: 30px;
    }
    .menu-main-nav-container a, .side-title, .menu-main-container a{
      font-size: 1em;
      line-height: 1.5em;
    }
  }









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

パンくず

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


#breadcrumb {
    text-align: left;
    padding: 0px 25px 0px 25px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

#breadcrumb {
    text-align: left;
    padding: 0px 25px 0px 25px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
display: block;
}

#breadcrumb ul {
    padding: 10px 0px 10px 0px;
    font-size: 15px;
    margin: 0;
    overflow-x: scroll;
    white-space: nowrap;
}

#breadcrumb ul li {
    display: inline;
    list-style: none;
    color: #333333;
}

#breadcrumb ul li:first-child:before {
    content: none;
}

#breadcrumb ul li:before {
    content: '\03e';
    margin: 0 5px 0 0;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
}

/* 
#breadcrumb ul li:before {
    content: '\03e';
    margin: 0 5px 0 0;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 13px;
    display: none;
}
*/

#breadcrumb ul li > a{
    color: #3a9dd8;
    margin-right: 5px;
    text-decoration: none;  
}

#breadcrumb ul li a:hover {
    text-decoration: underline; 
}

@media screen and (max-width: 480px) {
    #breadcrumb ul li span.e-title{
        display: block;
    }   
}

#breadcrumb ul li span {
    font-size: 15px;
    margin: 0;
}

.breadcrumb-inner1 {
    width: 100%;
    /* background: #ddecf9; */
    border-bottom: solid 1px #cfe7fd;
}

.breadcrumb-inner1 {
    width: 100%;
    /* background: #def7ff; */
    border-bottom: solid 0px #cfe7fd;
}

.breadcrumb-inner2 {
    width: 100%;
    /* max-width: 680px; */
    /* max-width: 1170px; */
    /* max-width: 960px; */
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
}


#breadcrumb ul {

-ms-overflow-style:none;
}


#breadcrumb ul::-webkit-scrollbar {
    display: none;
}

#breadcrumb ul::-moz-scrollbar {
    height: 5px;
    display: none;
}









body {
    position: relative;
}

body
{
  color: #d7e7f3;
font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  min-width: 320px
}

a
{
  color: #d7e7f3;
  text-decoration: none;
  font-weight: 500;
  
  transition: color 0.25s ease;
}

a:hover
{
  color: #fff;
}

h1
{
  font-size: 4em;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: normal;
  
  -webkit-font-smoothing: subpixel-antialiased;
}

h2
{
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.5em;
  color: #779dba;
  
  -webkit-font-smoothing: subpixel-antialiased;
}

h3
{
  font-weight: 500;
  font-size: 1em;
  line-height: 1.5em;
  color: #d7e7f3;
  margin: 80px 0 0 0;
  -webkit-font-smoothing: subpixel-antialiased;
}


img{
  -webkit-backface-visibility: hidden;
}
/*================================================== 

top以外 header

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








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


top header


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



.inner5 {
    /* border-top: 1px solid #323232; */
    /* border-bottom: 1px solid #323232; */
    padding: 0px 0;
    background: rgba(255, 255, 255, 0.7);
    background: #6090ab;
        background: #416477;
    margin: 0px 0;
    background: #ffffff;
    background: #cdebcb;
    background: #f3f1f1;
}

.inner5naka {
    margin: 0 auto;
        max-width: 800px;
}





.snav ul {
    /* display: table; */
    /* position: relative; */
    margin: 0 auto;
    /* border-collapse: collapse; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* background: #f0f0f0; */
    padding: 0;
    /* padding: 25px 20px 5px 20px; */
}


.snav li {
    /* display: table-cell; */
    /* overflow: hidden; */
    /* vertical-align: middle; */
    width: calc(100% / 4 - 0px);
    margin: 0 0px;
    list-style: none;
    border: 0px solid #000;
    padding: 0px 1px 1px 1px;
}

.snav li:nth-child(n+2) {
padding-left: 1px;
}
.snav li a {
    display: block;
    margin: 0 0;
    padding: 10px 10px;
    font-size: 17px;
    color: #ffffff;
    color: #000000;
    background: #f0f0f0;
    /* line-height: 20px; */
}
.snav li a:hover {
    background: #f0ff7a;
    /* background: #f6f6f6; */
    background: #cdebcb;
}


@media screen and (max-width: 767px) {
.snav ul, .snav li {

}

.snav li {
    /* display: table-cell; */
    /* overflow: hidden; */
    /* vertical-align: middle; */
    width: calc(100% / 2 - 0px);
    margin: 0 0px;
    list-style: none;
}
.snav li:nth-child(n+2) {
padding-top: 0px;
padding-left: 0;
}
.snav li a {
    margin: 0;
    padding: 8px 0;
border-bottom: solid 1px #b0b0b0;
    background: #ffffff;
}

.snav li:last-child a {
    margin: 0;
    border-bottom: solid 0px #b3b4b4;
}

}

@media screen and (max-width: 767px) {
.fnav ul, .fnav li {
display: block;
}
.fnav li:nth-child(n+2) {
padding-top: 0px;
padding-left: 0;
}
.fnav li a {
    margin: 0;
    padding: 8px 0;
    border-bottom: solid 0px #b3b4b4;
}

.fnav li:last-child a {
    margin: 0;
    border-bottom: solid 0px #b3b4b4;
}

}


.headsearchkakoi {
    position: absolute;
    top: 11px;
    top: 19px;
    right: 25px;
    /* border-radius: 7px; */
    /* background: #daae1c; */
    display: flex;
    justify-content: space-between;
}

#top-head2.fix .headsearchkakoi {
    position: absolute;
    top: 11px;
    right: 25px;
    display: flex;
    justify-content: space-between;
}

#top-head2.fix .headsearch2 {
    font-size: 16px;
    padding: 26px 17px;
}


#top-head2.fix .headsearch {
    font-size: 16px;
    padding: 26px 43px 26px 54px;
    background-size: 13%;
}



.headmenu {
    border-radius: 7px;
    margin-right: 13px;
}


.headmenu:last-child {
    border-radius: 7px;
    margin-right: 0px;
}






.headsearch {
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 30px 43px 30px 30px;
    border: none;
    background: url(library/images/search-icon.png),#daae1c;
    background-repeat: no-repeat;
    background-size: 13%;
    background-position: 31% 53%;
    padding-left: 54px;
    line-height: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
    border-radius: 7px;
}

.headsearch2 {
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 30px 17px 30px 17px;
    border: none;
    background-repeat: no-repeat;
    line-height: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 0.5px;
    background: #3a7db7;
    border-radius: 7px;
}


@media screen and (max-width: 960px){
.headsearch2 {
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 26px 14px 26px 14px;
    border: none;
    background-repeat: no-repeat;
    line-height: 0px;
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    background: #3a7db7;
    border-radius: 7px;
}
.headsearch2 span {
    display: none;
}
#top-head2.fix .headsearch2 {
    font-size: 22px;
    padding: 26px 14px;
}

.headsearch {
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 26px 26px;
    border: none;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    padding-left: 26px;
    line-height: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 2px;
    border-radius: 7px;
}

.headsearch span {
 display: none;
}

#top-head2.fix .headsearch {
    font-size: 16px;
    padding: 26px 26px 26px 26px;
    background-size: 50%;
}


}




@media screen and (max-width: 680px){

.headmenu:first-child {
    border-radius: 7px;
    margin-right: 60px;
}

.headsearchkakoi {
    position: absolute;
    top: 4px;
    right: 10px;
    /* border-radius: 7px; */
    /* background: #daae1c; */
    display: flex;
    justify-content: space-between;
}
#top-head2.fix .headsearchkakoi {
    position: absolute;
    top: 4px;
    right: 10px;
    /* border-radius: 7px; */
    /* background: #daae1c; */
    display: flex;
    justify-content: space-between;
}



}








header {
    padding: 0px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

#top-head2 {
    text-align: left;
    /* background: #ffffff; */
    /* height: 360px; */
    /* background: url(library/images/headbg.jpg); */
    position: relative;
    background-size: 115%;
    padding: 0px 0 1px 0;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background: #f2f2f2;
    background: rgba(225, 244, 255, 0.9);
}

h1.site-title {
    margin: 0;
    letter-spacing: 0.45em;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    padding: 0px 0 0px 12px;
    /* float: left; */
}

#top-head2 h1.site-title a {
    text-transform: initial;
    color: #565656;
    color: #0fa2bc;
    text-decoration: none;
    line-height: 25px;
    font-size: 40px;
    letter-spacing: 2px;
    color: #263b56;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    font-weight: 600;
}


#top-head2 h1.site-title span {
    font-size: 16px;
    text-align: center;
    font-weight: 200;
    color: #565656;
    color: #263b56;
    text-transform: lowercase;
    letter-spacing: 0px;
    line-height: 22px;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    margin: 0px 0px 0px 10px;
}


#top-head2 p {
    font-size: 14px;
    text-align: left;
    font-weight: 200;
    color: #3543A2;
    text-transform: lowercase;
    letter-spacing: 1px;
    line-height: 22px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    /* float: left; */
    margin: 0px 0 0 12px;
    padding: 0px 0 0 0;
}





.submenu {
    float: right;
    margin: 4px 0 0 0;
}


#top-head2 .submenu ul {
    width: 100%;
    margin: 0px 10px 0px 0px;
    text-align: center;
    background: #ffffff;
}


#top-head2 .submenu li {
    display: inline-block;
    padding: 0px 0px;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    padding: 0px 0px;
    border: double 7px antiquewhite;
    background: #e57525;
    border: double 3px white;
    background: #46a5a5;
}

#top-head2 .submenu li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 8px 20px;
}






#top-head2 .menu-open,
#top-head2 .menu-close,
#top-head2 #menu-toggle {
    display: none;
}


#humberger {
    position: relative;
    height: 23px;
    width: 30px;
    box-sizing: border-box;
}

#humberger div {
    position: absolute;
    left: 0;
    height: 2px;
    width: 30px;
    background-color: #fff;
    border-radius: 0;
    box-sizing: border-box;
}

#humberger div:nth-of-type(1) {
  top: 0;
}

#humberger div:nth-of-type(2) {
  top: 10px;
}

#humberger div:nth-of-type(3) {
  bottom: 0;
}



/*square. This shape is origin of other shapes.*/
.square {
    width: 106px;
    height: 36px;
    margin: 0px;
    position: relative;
    background: #ffffff;
}

.square.cross {
    width: 2px;
    left: 19px;
    top: 0;
}

.cross::before {
    content:""; /*before疑似要素のcontent*/
    display:block;  /*ブロック化*/
    width:100%; /*幅と高さを100%に*/
    height:100%;
    /*90度回転。回転の基準点はデフォルトで中心なので指定しない*/
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    /*色を変えたのはサンプルとしての分かり易さのため*/
    background: #ffffff;
}

.square.cross.batu {
    -moz-transform:rotate(45deg); /*45度回転。*/
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}




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

searchbar

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

.searchbar-box {
    text-align: center;
    padding: 0px 0px 0px 0px;
    background: rgba(0, 0, 0, 0.87);
    display: block;
    margin: 0 0 0px 0;
    border-bottom: solid 1px #000000;
}

.searchbar-menu {
    text-align: center;
    padding: 10px 0;
    /* background: #000000; */
    display: block;
}

.searchbar-menu h1 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: normal;
    -webkit-font-smoothing: subpixel-antialiased;
}

.works-area2 .searchform {
    position: relative;
    margin: 0 auto;
    max-width: 920px;
}


.search-area {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 920px;
    padding: 0px 0px 15px 0px;
}
.search-area .searchform {
    position: relative;
    margin: 0 auto;
    max-width: 920px;
}

.search-area .searchfield {
    font-size: 18px;
    width: 100%;
    margin: 0px;
    padding: 15px 25px;
    border: solid 1px #bbb;
    border-radius: 10px;
    background-color: #efefef;
    letter-spacing: 1px;
}

.search-area .searchsubmit {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 6px;
    margin-top: 6px;
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 15px 40px;
    border: none;
    max-width: 49px;
    border-radius: 7px;
    background: url(library/images/search-icon.png),#daae1c;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 50% 50%;
}

.search-area .searchsubmit:hover {
  opacity: .6;
}



header nav {
    clear: both;
}

header nav {
font-family: 'Noto Sans JP', sans-serif;
}


#top-head2 ul {
    width: 100%;
    margin: 25px 0px 15px 0px;
    /* background: #ddefff; */
    padding: 0px 25px 0 25px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

#top-head2 li {
    /* display: inline-block; */
    margin: 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    padding: 0;
    width: 24%;
        width: 32%;
    list-style: none;
    /* flex: 1; */
    /* justify-content: space-between; */
}

#top-head2 li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 15px 25px;
    display: block;
    margin: 0;
    background: #E5A017;
    letter-spacing: 3px;
    border-radius: 10px;
}
/* スクロール後のヘッダー */
#top-head2.fix a {
    /* display: block; */
    /* padding: 10px 25px; */
}


#top-head2.fix {
    background: white;
    position: fixed;
    z-index: 1000;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
}









.titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 10px 0px 0px 10px;
    padding: 15px 0px 0px 19px;
}


.titlespace {
    padding: 15px 0px 15px 19px;
}
.titleicon {

}

#top-head2 .titleicon img {
    height: 65px;
}

.titlewaku {

}






#top-head2.fix .titleicon img {
    height: 55px;
}

#top-head2.fix .titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 10px 20px 5px 25px;
}

#top-head2.fix {
    background: rgba(225, 244, 255, 0.9);
    position: fixed;
    z-index: 1000;
    width: 100%;
    border-bottom: solid 1px #e3e3e3;
}

#top-head2.fix p {
margin: 0px 0 0 12px;
}

#top-head2.fix h1.site-title {
    margin: 0;
    letter-spacing: 0.45em;
    text-align: left;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    padding: 0px 0 0px 10px;
    line-height: 20px;
}

#top-head2.fix h1.site-title a {
    font-size: 30px;
}

#top-head2.fix ul {
    width: 100%;
    margin: 5px 0px 8px 0px;
    padding: 0px 25px 0 25px;
    display: flex;
    text-align: center;
    justify-content: space-between;
    display: none;
}







/* ****************
 * Modal window
 * *************** */
.modal {
  opacity:0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  color: #fff;
  text-align: center;
  font-size: 20px;
  -webkit-transition: opacity .1s linear;
  transition: opacity .1s linear;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  transform: translate(0,100%);
  z-index: 9999;
}


/* Modal content */

.modal-inner {
    position: absolute;
    margin: 0;
    padding: 0px 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
    /* -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    /* box-shadow: 0 0 15px rgba(0,0,0,0.2); */
    /* border-radius: 10px; */
    /* background-color: rgba(42, 145, 161, 0.76); */
    z-index: 9999;
    display: inline-block;
    /* border: 1px solid #000000; */
    vertical-align: middle;
    /* height: 100%; */
    top: 50%;
    left: 50%;
    top: 0;
    left: 0;
    /* -webkit-transform: translate(-50%,-50%); */
    /*-moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%); */
    max-width: 100%;
}


.modal-inner {
    width: 100%;
}





.modal h2 {
    border-bottom: 0px solid #cccccc;
    padding: 5px 0;
    color: #fff;
}
.modal p {
    /* border-top: 1px solid #cccccc; */
    padding: 0px 0 20px 0;
padding: 5px 10px 15px 10px;
    color: #333;
    margin: 0;
    font-size: 14px;
line-height: 20px;
}
.modal p {
    /* border-top: 1px solid #cccccc; */
    padding: 0px 0 0px 0;
    /* padding: 5px 10px 15px 10px; */
    color: #00a269;
    margin: 18px 0;
    font-size: 24px;
    line-height: 44px;
    font-weight: 300;
}
/* ****************
 * Modal close button
 * *************** */
.modal .close {
    display: block;
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0,0,0,0.5); */
    background-color: rgba(0, 0, 0, 0.8);
    background-color: rgba(0, 46, 60, 0.95);
    z-index: 99999;
}
.modal .close span {
    position: absolute;
    top: 15px;
    right: 29px;
    width: 42px;
    height: 42px;
    background-color: #000000;
        background-color: #0e6a6e;
    cursor: pointer;
    border-radius: 7px;
z-index: 10000;
}
.modal .close span {
  text-indent: -9999px;
}
.modal .close span:before,
.modal .close span:after {
  content: "";
  position: absolute;
  top: 6px;
  border: 1px solid #fff;
  height: 30px;
}
.modal .close span:before {
  left: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal .close span:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* ****************
 * Append modal(target id)
 * *************** */
#modal-one:target,
#modal-two:target,
#modal-three:target {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}




#headsearch:target {
  opacity: 1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}


.modal-inner img {
    max-height: 80vh;
    max-width: 100%;
    /* vertical-align: middle; */
    /* width: 1200px; */
}




/*---------　バナーエリア　---------*/


.banner-area {
    text-align: center;
    padding: 20px 0px 20px 0px;
}

.banner-area img {
    max-width: 920px;
    max-width: 1000px;
    border-radius: 7px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
}


.banner-area a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}


.banner-area2 {
    text-align: center;
    padding: 20px 0px 20px 0px;
    display: none;
}

.banner-area2 img {
    max-width: 920px;
    max-width: 1000px;
    border-radius: 7px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}

.banner-area3 {
    text-align: center;
    padding: 10px 0px 30px 0px;
    background: #f0f0f0;
}

.banner-area4 {
    text-align: center;
    padding: 10px 0px 40px 0px;
    background: #f0f0f0;
}

.banner-area3 img {
    max-width: 920px;
    max-width: 1000px;
    border-radius: 7px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.banner-area4 img {
    max-width: 920px;
    max-width: 1000px;
    border-radius: 7px;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
    width: 100%;
}

.banner-area3 a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}



.ad-area {
    text-align: center;
    padding: 20px 0px 20px 0px;
        display: none;
}

.ad img {
    max-width: 920px;
    max-width: 1000px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}





/*---------　もっとみる　---------*/

.btn_wrap2 {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    background: #f1f1f1;
    padding: 0px 30px 25px 30px;
}


.btn_wrap2 a {
    display: inline-block;
    margin: 0 auto;
    padding: 13px 0px;
    width: 100%;
    font-weight: normal;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
transition: .2s ease-in-out;
    /* -webkit-transition: all 0.7s ease-out; */
    /* transition: all 0.7s ease-out; */
    /* border: 1px solid #bc433a; */
}

.btn_wrap2 .btnnew {
    color: #bc433a;
}

.btn_wrap2 .btncolumn {
    color: #4253a6;
}


.works-area {
    text-align: center;
    background: #f0f0f0;
}


.works-area p {

}








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


アコーディオンメニュー


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


.accoflex {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background: #ccc; */
    border: 0px solid #000;
    padding: 0px 1px 0px 1px;
    width: 50%;
    box-sizing: border-box;
}


.cp_menu {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 920px;
    padding: 0px 0px 15px 0px;
    display: flex;
    flex-wrap: wrap;
}
.cp_menu a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #000000;
    line-height: 1;
    border-bottom: solid 1px;
    font-size: 17px;
}

.cp_menu a:hover {
    background: #cdebcb;
}

.cp_menu label {
    display: block;
    position: relative;
    margin: 0 0 2px 0;
    padding: 15px 0px;
    line-height: 1;
    color: #ffffff;
    background: #1b2538;
    background: #007bbb;
    cursor: pointer;
    font-size: 18px;
}

.cp_menu label:hover {
    /* background: #42afe8; */
}
.cp_menu label::before {
  position: absolute;
  content: '▼';
  color: #ffffff;
  right: 0.5em;
  top: 25%;
  display: none;
}
.cp_menu input {
  display: none;
}
.cp_menu ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}
.cp_menu li {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li,
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li,
#cp_menu_bar5:checked ~ #link5 li,
#cp_menu_bar6:checked ~ #link6 li,
#cp_menu_bar7:checked ~ #link7 li,
#cp_menu_bar8:checked ~ #link8 li
 {
  max-height: 50px;
  opacity: 1;
}














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


アコーディオンメニュー2


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


.accoflex2 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background: #ccc; */
    border: 0px solid #000;
    padding: 0px 1px 0px 1px;
    width: 50%;
    box-sizing: border-box;
}


.cp_menu2 {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 920px;
    padding: 0px 0px 15px 0px;
    display: flex;
    flex-wrap: wrap;
}
.cp_menu2 a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #000000;
    line-height: 1;
    border-bottom: solid 1px;
    font-size: 17px;
}
.cp_menu2 label {
  display: block;
  position: relative;
  margin: 0 0 2px 0;
  padding: 12px;
  line-height: 1;
  color: #ffffff;
  background: #1b2538;
  background: #007bbb;
  cursor: pointer;
}
.cp_menu2 label::before {
  position: absolute;
  content: '▼';
  color: #ffffff;
  right: 0.5em;
  top: 25%;
  display: none;
}
.cp_menu2 input {
  display: none;
}
.cp_menu2 ul {
  margin: 0;
  padding: 0;
  background: #f4f4f4;
  list-style: none;
}
.cp_menu2 li {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu2_bar1:checked ~ #link1 li,
#cp_menu2_bar2:checked ~ #link2 li,
#cp_menu2_bar3:checked ~ #link3 li,
#cp_menu2_bar4:checked ~ #link4 li,
#cp_menu2_bar5:checked ~ #link5 li,
#cp_menu2_bar6:checked ~ #link6 li,
#cp_menu2_bar7:checked ~ #link7 li,
#cp_menu2_bar8:checked ~ #link8 li
 {
  max-height: 50px;
  opacity: 1;
}

















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


2アコーディオンメニュー


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


.accoflex20 {
    /* display: flex; */
    /* flex-wrap: wrap; */
    /* background: #ccc; */
    /* border: 1px solid #26aaaa; */
padding: 2px 2px 2px 2px;
    width: 25%;
    box-sizing: border-box;
}


.cp_menu20 {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 25px; */
}


.cp_menu20 a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #000000;
    line-height: 1;
    border-bottom: solid 1px #0081b2;
    font-size: 17px;
    /* border: solid 1px; */
        font-weight: normal;
}

.cp_menu20 a:hover {
    background: #cdebcb;
    background: #30c3c3;
}

.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #ffffff;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 25px;
}

.cp_menu20 label:hover {
    /* background: #42afe8; */
}
.cp_menu20 label::before {
  position: absolute;
  content: '▼';
  color: #ffffff;
  right: 0.5em;
  top: 25%;
  display: none;

}


.cp_menu20 label span {
    display: block;
    color: #26aaaa;
    color: #4a4a4a;
    font-size: 12.5px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0px 0 0px 0;
    margin: 7px 0 0 0;
}
.cp_menu20 input {
  display: none;
}
.cp_menu20 ul {
    margin: 0;
    padding: 0;
    background: #ffffff;
    list-style: none;
    border-left: solid 1px #177171;
    border-right: solid 1px #177171;
}
.cp_menu20 li {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.5s;
}
/*リストが増えたらULごとに追加してください*/
#cp_menu20_bar1:checked ~ #link1 li,
#cp_menu20_bar2:checked ~ #link2 li,
#cp_menu20_bar3:checked ~ #link3 li,
#cp_menu20_bar4:checked ~ #link4 li,
#cp_menu20_bar5:checked ~ #link5 li,
#cp_menu20_bar6:checked ~ #link6 li,
#cp_menu20_bar7:checked ~ #link7 li,
#cp_menu20_bar8:checked ~ #link8 li
 {
  max-height: 50px;
  opacity: 1;
}


.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #000000;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 30px;
    padding: 30px;
    border: double 4px #26aaaa;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}

.cp_menu20 a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
    border-bottom: solid 1px #ffffff;
    font-size: 17px;
    /* border: solid 1px; */
    background: #219999;
}

.cp_menu20 li:last-child a {
    border-bottom: solid 1px #177171;
}







@media only screen and (max-width: 1150px) {



.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #000000;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 26px;
    padding: 30px;
    border: double 4px #26aaaa;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}


.cp_menu20 label span {
    display: block;
    color: #26aaaa;
    color: #4a4a4a;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0px;
    padding: 0px 0 0px 0;
    margin: 7px 0 0 0;
}


}



@media screen and (max-width: 1000px){

.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #000000;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 23px;
    padding: 25px;
    border: double 4px #26aaaa;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}

.cp_menu20 {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 25px; */
}


}


@media only screen and (max-width: 900px) {



.accoflex20 {
    padding: 2px 2px 2px 2px;
    width: 50%;
    box-sizing: border-box;
}
.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #000000;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 20px;
    padding: 25px;
    border: double 4px #26aaaa;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}


.cp_menu20 a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
    border-bottom: solid 1px #ffffff;
    font-size: 16px;
    /* border: solid 1px; */
    background: #219999;
}

}




@media only screen and (max-width: 800px) {


.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #000000;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 10px;
    border: double 4px #26aaaa;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}


}

@media only screen and (max-width: 680px) {


.cp_menu20 {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 25px; */
}

.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #000000;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 15px;
    padding: 20px 10px;
    border: solid 1px #26aaaa;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}

.cp_menu20 a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
    border-bottom: solid 1px #ffffff;
    font-size: 16px;
    /* border: solid 1px; */
    background: #219999;
}

}


@media only screen and (max-width: 500px) {

.accoflex20 {
    padding: 1px 1px 1px 1px;
    width: 50%;
    box-sizing: border-box;
}
.cp_menu20 {
    text-align: center;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 0px 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 25px; */
}

.cp_menu20 label {
    display: block;
    position: relative;
    margin: 0 0 0px 0;
    padding: 26px 0px;
    line-height: 1;
    color: #000000;
    background: #1b2538;
    background: #0081b2;
    cursor: pointer;
    font-size: 16px;
    padding: 20px 10px;
    border: solid 1px #26aaaa;
    background: #ffffff;
    width: 100%;
    font-weight: bold;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}

.cp_menu20 a {
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    color: #ffffff;
    line-height: 1;
    border-bottom: solid 1px #ffffff;
    font-size: 14px;
    /* border: solid 1px; */
    background: #219999;
}


.cp_menu20 label span {
display: none;
}

}


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


TOP コンテンツエリア


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



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

TOP （キャッチフレーズ）

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

/*キャッチフレーズ*/

.container23 {
    margin: 0 auto;
    position: relative;
    padding: 35px 0px;
    background: url(library/images/catchbg.png);
    /* background: center; */
    /* background-repeat: no-repeat; */
    background-position: 50% 98%;
    /* background-attachment: fixed; */
}


.news2 {
    text-align: left;
    text-align: center;
    padding: 0px 0;
    max-width: 855px;
    margin: 0 auto;
}

.news2 h1 {
    font-size: 18px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 34px;
    color: #292929;
    text-align: left;
}

.news2 p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #292929;
    margin: 16px 0 0 0;
text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}


.count {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #353535;
    font-weight: 400;
    margin: 0px 0 0 0;
    background: #e4dbdb;
    /* text-align: left; */
}


.count2 {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #353535;
    font-weight: 400;
    margin: 0px 0 0 0;
    background: #e4dbdb;
    /* text-align: left; */
}

.count3 {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #353535;
    font-weight: 400;
    margin: 0px 0 0 0;
    background: #e4dbdb;
    /* text-align: left; */
}
/*------------------------------------------*/





/*---------　キャッチフレーズ　---------*/

.ankerbox {

}

.ankerbox:before {
  content: "";
  height: 90px;
  margin-top: -90px;
  display: block;
  visibility: hidden;
}




div.block33 {
        background-color: #ffffff;
}

div.block32 {
        background-color: #f6f6f6;
}


.inner100 {
    width: 100%;
    min-width: 320px;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px;
    position: relative;
}

.inner100 p{
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5em;
    color: #779dba;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 0 30px 0;
}


.inner100 h2 {
    font-weight: 300;
    font-size: 24px;
    line-height: 1.5;
    color: #397eb3;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 0 50px 0;
}

.inner100 h1 {
    font-size: 36px;
    color: #434546;
}




/*---------　見出し　---------*/


.newmansion {
    text-align: left;
    text-align: center;
    padding: 20px 0;
    background: #DA291C;
    background: #bc433a;
}

.newmansion h1 {
    font-size: 28px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 5px;
}


.searchregion {
    text-align: left;
    text-align: center;
    padding: 20px 0;
    background: #26AAAA;
}

.searchregion h1 {
    font-size: 28px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 5px;
}

.searchregion2 {
    text-align: left;
    text-align: center;
    padding: 20px 0;
    background: #26AAAA;
    display: none;
}

.searchregion2 h1 {
    font-size: 28px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 5px;
}



.searchregion20 {
    text-align: left;
    text-align: center;
    padding: 20px 0;
    background: #26AAAA;
}

.searchregion20 h1 {
    font-size: 28px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 5px;
}
.newcolumn {
    text-align: left;
    text-align: center;
    padding: 20px 0;
    background: #242BEE;
    background: #4253a6;
}

.newcolumn h1 {
    font-size: 28px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 5px;
}


.searchword {
    text-align: left;
    text-align: center;
    padding: 20px 0;
    background: #DAAE1C;
}

.searchword h1 {
    font-size: 28px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 5px;
}




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

TOP （新着物件）

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

#main4 {
    background: #f0f0f0;
    padding: 25px 20px;
}

#main3 {
    background: #f0f0f0;
    padding: 25px 20px;
}

#main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 25px 20px 5px 20px;
}

#main-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 25px 20px 5px 20px;
        align-items: baseline;
}


.archive-grid {
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

.post-inner {
    position: relative;
    margin: 0px 0 20px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px 7px 7px 7px;
}


.post-thumbnail {
    position: relative;
        border-radius: 7px 7px 0 0;
}

.post-date {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 12px;
    background: #ffffffde;
    color: #1c1c1c;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 1;
}

.post-date {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 20px;
    background: rgba(218, 41, 28, 0.9);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 0 7px 0 7px;
    font-size: 13px;
    letter-spacing: 1px;
    background: #bc433a;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}

.post-title {
    font-size: 22px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.post-title a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

article {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.post-content {
    border-radius: 7px 7px 0 0;
    padding: 20px 25px 22px 25px;
    text-align: left;
}




.post-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 15px 0 20px 0;
    letter-spacing: 1px;
font-weight: 400;
}

.post-content p a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.post-content p.post-date2 {
    font-size: 13px;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
    text-align: left;
}
.post-content p.post-date2 a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}




.post-tag {
    font-size: 15px;
    margin: 0 0px 10px 0;
    line-height: 37px;
}


.post-tag span {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
}


.post-tag span:hover {
    font-size: 15px;
    line-height: 37px;
}
.post-tag:hover {

}



.post-tag2 {
    font-size: 15px;
    margin: 15px 0px 0px 0;
    line-height: 37px;
}

.post-tag2 span a {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
    margin: 0px 0 0 5px;
}

.post-tag2 span a:hover {
    font-size: 15px;
    line-height: 37px;
}
.post-tag2:hover {

}


.post-tag2 li a {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
}


.post-tag2 li a:hover {
    font-size: 15px;
    line-height: 37px;
}
.post-tag2:hover {

}




.ad-thumbnail {
  
}

.ad-thumbnail a {
   pointer-events: none;
    display: block;
}

.ad-thumbnail img {

}

.ad-thumbnail img:first-child {
    display: none;
}

.admansion_img img:first-child {

}

























#pic_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 25px 20px 20px 20px;
}

#pic_main-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 25px 20px 5px 20px;
        align-items: baseline;
}


.pic_archive-grid {
    width: calc(100% / 1 - 0px);
    margin: 0 10px;
    margin: 0 auto;
    max-width: 1180px;
}

.pic_post-inner {
    position: relative;
    margin: 0px 0 20px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px 7px 7px 7px;
    display: flex;
    margin: 0 0px 10px 0px;
    align-items: center;
}


.pic_post-inner:hover {
    background: #f7ffb5;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
      transition: .1s ease-in-out;
}

.pic_post-inner2:hover {
    background: #f5ff9e;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}

.pic_post-thumbnail {
    position: relative;
    border-radius: 0px 0px 0 0;
    margin: 20px;
}

.pic_post-date {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 12px;
    background: #ffffffde;
    color: #1c1c1c;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 1;
}

.pic_post-date {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 20px;
    background: rgba(218, 41, 28, 0.9);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 0 7px 0 7px;
    font-size: 13px;
    letter-spacing: 1px;
    background: #bc433a;
}

.pic_post-thumbnail img {
    width: 100%;
    height: 100%;
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 7px 7px 7px 7px;
}

.pic_post-title {
    font-size: 22px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.pic_post-title a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

article {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}




.pic_post-box1 {



}


.pic_post-box2 {
    width: 100%;
    display: flex;
    padding: 25px 20px 25px 25px;
    align-items: center;
}


.pic_post-content1 {
    border-radius: 7px 7px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 30%;
    max-width: 240px;
        width: 35%;
    max-width: 271px;
}
.pic_post-content2 {
    border-radius: 7px 7px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 30%;
}

.pic_post-content3 {
    border-radius: 7px 7px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 30%;
}

.pic_post-content3 p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 15px 0 20px 0;
    letter-spacing: 1px;
font-weight: 400;
}

.pic_post-content3 p a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.pic_post-content p.post-date2 {
    font-size: 13px;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
    text-align: left;
}
.pic_post-content p.post-date2 a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}




.pic_post-tag {
    font-size: 15px;
    margin: 0 0px 10px 0;
    line-height: 37px;
}


.pic_post-tag span {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
}


.pic_post-tag span:hover {
    font-size: 15px;
    line-height: 37px;
}
.pic_post-tag:hover {

}



.pic_post-tag2 {
    font-size: 15px;
    margin: 15px 0px 0px 0;
    line-height: 37px;
}

.pic_post-tag2 span a {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
    margin: 0px 0 0 5px;
}

.pic_post-tag2 span a:hover {
    font-size: 15px;
    line-height: 37px;
}
.pic_post-tag2:hover {

}


.pic_post-tag2 li a {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
}


.pic_post-tag2 li a:hover {
    font-size: 15px;
    line-height: 37px;
}
.pic_post-tag2:hover {

}





.pic_ad-thumbnail {
  
}

.pic_ad-thumbnail a {
   pointer-events: none;
    display: block;
}

.pic_ad-thumbnail img {

}

.pic_ad-thumbnail img:first-child {
    display: none;
}

.pic_admansion_img img:first-child {

}


.pic_btn_wrap2 {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    background: #f1f1f1;
    padding: 10px 10px 25px 10px;
    padding: 10px 20px 25px 20px;
}

.pic_btn_wrap2 a {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 0px;
    width: 100%;
    font-weight: normal;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    transition: .2s ease-in-out;
    /* -webkit-transition: all 0.7s ease-out; */
    /* transition: all 0.7s ease-out; */
    /* border: 1px solid #bc433a; */
    font-size: 16px;
    margin: 0 auto;
    max-width: 1180px;
}
.pic_btn_wrap2 a:hover {
    background: #f5ff9e;
}

.pic_btn_wrap2 .btnnew {
    color: #bc433a;
}




@media only screen and (max-width: 1050px) {


.pic_post-box2 {
    width: 100%;
    display: flex;
    padding: 25px 20px 25px 20px;
    align-items: center;
}

.pic_post-content1 {
    border-radius: 7px 7px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 46%;
    min-width: 270px;
}

.pic_post-content2 {
    border-radius: 7px 7px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 50%;
}

.pic_post-content3 {
  display: none;
}

}



@media only screen and (max-width: 780px) {


.pic_post-box2 {
    width: 100%;
    display: block;
    padding: 25px 20px 25px 20px;
    align-items: center;
}

.pic_post-content1 {
    border-radius: 7px 7px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 100%;
}
.pic_post-content2 {
    border-radius: 7px 7px 0 0;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: 100%;
}

.pic_post-content3 {
  display: none;
}

.pic_post-inner {
    position: relative;
    margin: 0px 0 20px 0;
    padding: 25px 0px 0px 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px 7px 7px 7px;
    display: flex;
    margin: 0 0px 10px 0px;
    align-items: center;
}

.pic_post-inner .post-date {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px 13px;
    background: rgba(218, 41, 28, 0.9);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 7px 7px 0 0px;
    font-size: 11px;
    letter-spacing: 1px;
    background: #bc433a;
    width: 100%;
}
}


@media only screen and (max-width: 580px) {

.pic_post-thumbnail {
    position: relative;
    border-radius: 0px 0px 0 0;
    margin: 15px 20px 0px 20px;
}

.pic_post-inner {
    position: relative;
    margin: 0px 0 20px 0;
    padding: 25px 0px 0px 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px 7px 7px 7px;
    display: block;
    margin: 0 0px 10px 0px;
    align-items: center;
}

.pic_post-thumbnail img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 7px 7px 7px 7px;
}

.pic_post-box2 {
    width: 100%;
    display: block;
    padding: 10px 20px 10px 20px;
    align-items: center;
}

.pic_post-title {
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 0px 0;
}
.pic_post-tag {
    font-size: 15px;
    margin: 0 0px 0px 0;
    line-height: 15px;
}
.pic_post-tag span {
    font-size: 12px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
}

#pic_main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 10px 10px 10px 10px;
}

}


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

TOP （地域から探す）

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

*,
*::before,
*::after {
  box-sizing: border-box;
}



.btn {
    background-color: white;
    color: #696969;
    padding: 0.5rem;
    border-radius: 0;
    text-transform: lowercase;
background-color: #26aaaa;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    display: none;
}

.btn--block {
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    border-radius: 7px 7px 7px 7px;
}






















.cards {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* background: #f0f0f0; */
    padding: 25px 0px;
    /* margin: 0 auto; */
    /* max-width: 700px; */
    margin: 0 auto;
    max-width: 920px;
    max-width: 1200px;
}

.cards__item {
    /* display: flex; */
    padding: 0;
}

.cards__item {
    width: calc(25% - 16px);
    margin: 8px 8px;
}


@media (max-width: 1150px) {

.cards__item {
    width: calc(50% - 16px);
    margin: 8px 8px;
}


}

.card__content {
    /* display: flex; */
    /* flex: 1 1 auto; */
    /* flex-direction: column; */
    padding: 30px;
    border: double 4px #26aaaa;
    background: #ffffff;
    width: 100%;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px 7px 7px 7px;
}
.card__content p {
    margin: 0 0 0 0;
}



.card__title {
    color: #696969;
    color: #26aaaa;
    color: #111111;
    font-size: 25px;
    font-size: 30px;
    font-weight: 300;
    font-weight: bold;
    letter-spacing: 2px;
    /* border-bottom: solid 1px #ffffff; */
    padding: 0px 0 8px 0;
    padding: 0px 0 0px 0;
}
.card__title2 {
    color: #26aaaa;
    color: #4a4a4a;
    font-size: 12.5px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0px 0 0px 0;
}

.card__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}


.card__content p {
    margin: 0 0 0 0;
    color: azure;
    font-size: 13px;
    display: none;
}

.cards__item a {
  outline:none;

}

.cards__item a:hover {
    background: #f5ff9e;
}


.card__content:hover {
    background: #f5ff9e;
}













.searchregion2 .cards100 {
    display: none;
}


.cards100 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* background: #f0f0f0; */
    padding: 0px 0px;
    /* margin: 0 auto; */
    /* max-width: 700px; */
    margin: 0 auto;
    max-width: 920px;
margin-bottom: 20px;
}


.cards100__item {
width: calc(33.3% - 0px);
    margin: 0px 0px;
}
.cards100__item {
    width: calc(33.3% - 1px);
    margin: 0.5px 0.5px;
}

.cards100__item {
    width: calc(50% - 1px);
    margin: 0.5px 0.5px;
}

.card100 {
    /* background-color: white; */
    /* display: flex; */
    /* flex-direction: column; */
    /* overflow: hidden; */
}
.card100:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}


.card100__content {
    /* display: flex; */
    /* flex: 1 1 auto; */
    /* flex-direction: column; */
    padding: 8px;
    border: double 4px #26aaaa;
    border: solid 1px #26aaaa;
    background: #ffffff;
    width: 100%;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}

.card100__content p {
    margin: 0 0 0 0;
}



@media (min-width: 40rem) {
  .card100__image::before {
    padding-top: 66.6%;
  }
}

.card100__title {
    color: #696969;
    color: #26aaaa;
    color: #111111;
    font-size: 25px;
    font-size: 16px;
    font-weight: 300;
    font-weight: bold;
    letter-spacing: 1px;
    /* border-bottom: solid 1px #ffffff; */
    padding: 0px 0 8px 0;
    padding: 0px 0 0px 0;
}
.card100__title2 {
    color: #26aaaa;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 0px 0 0px 0;
}

.card100__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}


.card100__content p {
    margin: 0 0 0 0;
    color: azure;
    font-size: 13px;
    display: none;
}

.cards100__item a {
  outline:none;

}

.cards100__item a:hover {
    background: #f5ff9e;
}


.card100__content:hover {
    background: #f5ff9e;
}




.cards {

}

.cards100 {
    display: none;
}

.search-area .cards100 {
    display: flex;
}

a {
  transition: .1s ease-in-out;
}




#top-head2 li a:hover {
    background: #ffc450;
}

.cards__item:hover {
    background: #f7ffb5;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
      transition: .1s ease-in-out;
}



.archive-grid a {

}



.post-inner {
  transition: .1s ease-in-out;
}

.post-inner:hover {

    background: #f7ffb5;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
      transition: .1s ease-in-out;
}



.post-inner2:hover {
    background: #f5ff9e;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: "alpha(opacity=90)";
}



.btn_wrap2 a:hover {
    background: #f5ff9e;
}




#page-top.fade-in:hover {
    background: rgba(227, 118, 148, 0.9);
    background: rgba(234, 163, 183, 0.95);
}
/*-------------------------------------------

TOP （コラム）

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



#main2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
}

.archive-grid2 {
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

.post-inner2 {
    position: relative;
    margin: 0px 0 20px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px 7px 7px 7px;
}

.post-thumbnail2 {
    position: relative;
        border-radius: 7px 7px 0 0;
}

.post-date3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 6px 20px;
    background: rgba(36, 43, 238, 0.9);
    background: rgb(66, 83, 166);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 7px 0 7px 0;
    font-size: 13px;
    letter-spacing: 1px;
}

.post-thumbnail2 img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0 0 7px 7px;
    background: #ffffff;
    border-top: solid 1px #f3f3f3;
}
.post-title2 {
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
}


.post-title2 a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.post-content2 {
    border-radius: 7px 7px 0 0;
    padding: 20px 25px;
    text-align: left;
}

.post-content2 p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 15px 0 20px 0;
    letter-spacing: 1px;
}

.post-content2 p a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.post-content2 p.post-date10 {
    font-size: 12px;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 3px 0 0 0;
    text-align: left;
}
.post-content2 p.post-date3 a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}












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

TOP （フリーワード検索）

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








.works-area2 {
    text-align: center;
    padding: 40px 0px 40px 0px;
}

.works-area2 .searchform {
    position: relative;
    margin: 0 auto;
    max-width: 920px;
}

.works-area2 .searchfield {
    font-size: 18px;
    width: 100%;
    margin: 0px;
    padding: 15px 25px;
    border: solid 1px #bbb;
    border-radius: 10px;
    background-color: #efefef;
    letter-spacing: 1px;
}

.works-area2 .searchsubmit {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 6px;
    margin-top: 6px;
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 15px 40px;
    border: none;
    max-width: 49px;
    border-radius: 7px;
    background: url(library/images/search-icon.png),#daae1c;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 50% 50%;
}

.works-area2 .searchsubmit:hover {
  opacity: .6;
}





.works-area3 {
    text-align: center;
    padding: 30px 0px 15px 0px;
}

.works-area3 .searchform {
    position: relative;
    margin: 0 auto;
    max-width: 920px;
}

.works-area3 .searchfield {
    font-size: 18px;
    width: 100%;
    margin: 0px;
    padding: 15px 25px;
    border: solid 1px #bbb;
    border-radius: 10px;
    background-color: #efefef;
        background-color: #ffffff;
    letter-spacing: 1px;
}

.works-area3 .searchsubmit {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 6px;
    margin-top: 6px;
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 15px 40px;
    border: none;
    max-width: 49px;
    border-radius: 7px;
    background: url(https://kinen-mansion.nav-a.com/wp-content/themes/tqblank/library/images/search-icon.png),#daae1c;
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: 50% 50%;
}

.works-area3 .searchsubmit:hover {
  opacity: .6;
}












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

TOP （スライドショー）

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




.sample.sample03 {
    position: relative;
}


.swiper-caption2 {
    z-index: 100;
    position: absolute;
    color: #fff;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 120%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 1px 1px 5px #3c3c3c;
    font-size: 32px;
    width: 80%;
}
.swiper-caption {
    /* z-index: 100; */
    /* position: absolute; */
    color: #fff;
    font-weight: 400;
    /* font-size: 1.5em; */
    line-height: 20px;
    /* bottom: -35px; */
    /* left: 50%; */
    -ms-transform: translate(-50%,-50%);
    /* -webkit-transform: translate(-50%,-50%); */
    /* transform: translate(-50%,-50%); */
    margin: 0 auto;
    padding: 5px 0 0 0;
    /* background-color: rgba(0, 0, 0, 0.6); */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    text-shadow: 1px 1px 5px #3c3c3c;
    font-size: 14px;
    /* width: 80%; */
    letter-spacing: 2px;
}

.mansion-midashi {
    text-align: center;
}

.mansion-midashi h1 {
font-family: 'Noto Sans JP', sans-serif;
}

.mansion-midashi h2 {
font-family: 'Noto Sans JP', sans-serif;
}
img {
  vertical-align: bottom;
}






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

TOP > NEWSページ

--------------------------------------------*/
.bobi {
    text-align: center;
    padding: 30px 0;
    background: #26aaaa;
}

.bobi h1 {
    text-align: center;
    font-size: 38px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 5px;
}



.bobi2 {
    text-align: left;
    text-align: center;
    padding: 20px 0 40px 0;
    background: #ffffff;
    /* background: #11689c; */
}

.bobi2 h1 {
font-size: 48px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 65px;
    color: #3a7db7;
    letter-spacing: 5px;
}

.bobi2 h2 {
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #3a7db7;
    font-weight: 400;
    margin: 12px 0 0 0;
}


div.block5 {
    position: relative;
    height: auto;
    background: aliceblue;
        background: #f0f0f0;
    padding: 50px 0 50px 0;
}

div.block6 {
    position: relative;
    height: auto;
    background: white;
    padding: 15px 0 0px 0;
background: #f7f7f7;

}


.container22 {
    margin: 0 auto;
    position: relative;
    padding: 40px 15px;
    background: #3f3f3f;
    /* background: #26AAAA; */
    /* background: #bc433a; */
    /* background: #a7bfaa; */
}
.container22 h1 {
    color: #ffffff;
    font-size: 37px;
}



.container22 h2 {
    font-size: 22px;
}





.container22 {
    margin: 0 auto;
    position: relative;
    padding: 0;
}




.inner3 {
    width: 100%;
    min-width: 320px;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
}




.news h1 {
    font-size: 40px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    line-height: 65px;
    color: #ffffff;
}



.news h2 {
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #3a7db7;
    font-weight: 400;
    margin: 12px 0 0 0;
}


.news {
    text-align: left;
    text-align: center;
    padding: 20px 20px 40px 20px;
    background: #ffffff;
    /* background: #11689c; */
}

.news h1 {
    font-size: 35px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 55px;
    color: #3a7db7;
    letter-spacing: 5px;
}

.container22 .news h1 {
    font-size: 42px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 55px;
    color: #3a7db7;
    letter-spacing: 3px;
}

/****************
子ページ
****************/

.news-pagetitle {
    text-align: left;
}

.news-pagetitle h1 {
    font-size: 27px;
    color: #279ab5;
    font-weight: bold;
}

.news-pagetitle h2 {
    font-size: 17px;
    color: #279ab5;
    font-weight: bold;
}




.inner2 p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #779dba;
    color: #ffffff;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0px 0px 15px 0px;
font-family: 'Noto Sans JP', sans-serif;
}


article .the-content .newspaper {
    border-radius: 0px;
    padding: 0px 20px 0px 20px;
    max-width: 850px;
    text-align: left;
}

article .the-content .newspaper img {
    border-radius: 0px;
    text-align: left;
}



/****************
ニュース一覧
****************/



.newskakoi0 {
    width: 100%;
    border: 0px solid #F0F0F0;
    padding: 0 0px;
    position: relative;
    font-size: 15px;
    padding: 10px 10px 10px 10px;
    display: block;
    /* height: 116px; */
    background: white;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newskakoi0 ul {
    border-top: solid 1px #e8e8e8;
    width: 90%;
    margin: 0;
}

.newskakoi0 li {
    padding: 15px 5px 15px 5px;
    border-bottom: solid 1px #e8e8e8;
    list-style: none;
}

.newskakoi0 li:first-child {

}


.newskakoi0 a {
    color: #444444;
}

.newskakoi0 a.newsbtn {
    background: #3f5e79;
    color: #ffffff;
    display: table-cell;
    width: 10%;
    position: relative;
}

.newskakoi0 a.newsbtn span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    line-height: 18px;
}


.newskakoi0 a.newsbtn:hover {
    opacity: 0.85;
    filter: alpha(opacity=85);
    -ms-filter: "alpha(opacity=85)";
}



.none {
    clear: both;
}






.top_news01 {
    float: left;
}

.top_news02 {
    float: left;
    color: #ff0000;
    font-size: 12px;
    width: 55px;
    text-align: center;
    height: 12px;
}

.top_news03 {
    float: left;
}







/****************
PAGE NAVI STYLES
****************/


/*●個別記事のページナビ*/

.navi-kakomi {
    /* max-width: 960px; */
    margin: 0 auto;
    padding: 0 0px;
}

.navigation {
    text-align: center;
    padding: 0 0;
    width: 100%;
    /* border-top: solid 1px #cfe7fd; */
    /* background: #f0f8ff; */
    /* border-bottom: solid 1px #cfe7fd; */
    margin: 0 0 60px 0;
}

.navigation a {
    color: #3a9dd8;
    font-size: 16px;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.navigation p a {

}

.navigation p a:hover {
    opacity: 0.6;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.navigation2 {
    text-align: center;
    padding: 16px 0;
    width: 100%;
    /* border-top: solid 1px #cfe7fd; */
    background: #f0f8ff;
    border-bottom: solid 1px #cfe7fd;
    margin: 0 0 0px 0;
}

.navigation2 a {
    color: #3a9dd8;
    font-size: 16px;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

.navigation2 p a {

}

.navigation2 p a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

.navitop {
    float:left;
    width:38%;
    text-align:center;
    color: #3a9dd8;
    margin: 0;
    padding: 0px 0;
}

.navileft {
    float:left;
    width:31%;
    text-align:left;
    word-break:break-all;
    line-height:1.5em;
    margin: 0;
    padding: 0px 0;
}



.naviright {
    float:right;
    width:31%;
    text-align:right;
    word-break:break-all;
    line-height:1.5em;
    margin: 0;
    padding: 0px 0;

}

.navigation .navileft a {
    color: #3a9dd8;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    padding: 20px 20px;
    border-radius: 0px 20px 20px 0px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
}



.navigation .navitop a {
    color: #3a9dd8;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;

    padding: 20px 20px;
    border-radius: 20px 20px 20px 20px;
    display: block;
    max-width: 400px;
    letter-spacing: 2px;
    margin: 0 auto;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* transition: .2s ease-in-out; */
}

.navigation .naviright a {
    color: #3a9dd8;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    padding: 20px 20px;
    border-radius: 20px 0px 0px 20px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
        margin-left: auto;
}







.archive-navi {
    background: #f0f0f0;
}

.archive-navi .navigation .navileft a {
    color: #3a9dd8;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 0px 20px 20px 0px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}



.archive-navi .navigation .navitop a {
    color: #3a9dd8;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px 20px 20px 20px;
    display: block;
    max-width: 400px;
    letter-spacing: 2px;
    margin: 0 auto;
box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    /* transition: .2s ease-in-out; */
}

.archive-navi .navigation .naviright a {
    color: #3a9dd8;
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    background: #ffffff;
    padding: 20px 20px;
    border-radius: 20px 0px 0px 20px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
        margin-left: auto;
        box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}


.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    position: relative;
    font-size: 13px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 8px;
    border: 1px solid #000;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
color: #000000;
border-radius: 5px;
}

/* ページ番号 */
.pagination .pager{
    width: 32px;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current  {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

/* 前へ */
.pagination a.prev {
    margin-right: 16px;
}
/* 次へ */
.pagination a.next {
    margin-left: 16px;
}
/* 最初へ */
.pagination a.first {}
/* 最後へ */
.pagination a.last {}

/* Page x / y */
.pagination span.page_num {
    display: none;
}




.pagination .pager {
    width: 40px;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 12px;
    border: 1px solid #dadada;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    color: #195a5a;
    border-radius: 9px;
    font-size: 14px;
}

.pagination a:hover, .pagination .current {
    color: #fff;
    border-color: #6ab5d9;
    background-color: #6ab5d9;
}

.pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    padding: 11px;
    border: 1px solid #a2cbde;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 16px;
    color: #418db1;
    border-radius: 9px;
    font-size: 14px;
}

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

TOP  （DETAIL　設備等・物件概要）

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



.about-text {
    position: relative;
font-family: 'Noto Sans JP', sans-serif;
    margin: 25px 0;
    border: solid 0px #7ceef3;
    color: #000000;
}


.about-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    font-weight: normal;
    margin: 0 0 0px 0;
    text-align: left;
    letter-spacing: 1px;
}






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

single  （物件情報ページ）

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



table.type01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    font-size: 16px;
    color: #3a3a3a;
    letter-spacing: 2px;
}

table.type01 th {
    width: 120px;
    padding: 15px 0;
    font-weight: normal;
    vertical-align: top;
    border: 0px solid #ccc;
}

table.type01 td {
    padding: 15px 0;
    vertical-align: top;
    border: 0px solid #ccc;
}


table.type01 tr:first-child {
    border-top: solid 1px #d8d8d8;
}

table.type01 tr {
    border-bottom: solid 1px #d8d8d8;
}





table.type01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    color: #545454;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 40px 0px 0px 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

table.type01 a {
    color: #3a9dd8;
    text-decoration: none;
    font-weight: 400;
    word-break: break-all;
}

table.type01 a:hover {
    text-decoration: underline;
}

table.type01 th {
    width: auto;
    padding: 15px 15px;
    font-weight: normal;
    vertical-align: top;
    /* border: 1px solid #ccc; */
    border-radius: 7px 7px 7px 7px;
    /* text-align: center; */
    letter-spacing: 5px;
    white-space: nowrap;
    width: 100px;
}

table.type01 td {
    padding: 15px 15px;
    vertical-align: top;
    /* border: 1px solid #ccc; */
}


table.type03 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    width: 100%;
    font-size: 12px;
    color: #000000;
}

table.type03 th {
    width: 120px;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #e0e0e0;

}

table.type03 td {
    padding: 10px;
    vertical-align: top;
    border: 1px solid #ccc;
}

table.type03 a:hover {
    text-decoration: underline;
}


div.block6 {
    position: relative;
    height: auto;
    background: white;
    padding: 40px 40px 0px 40px;
    /* background: #f7f7f7; */
    padding: 15px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto;
}

.registday {
    text-align: right;
        margin: 0 20px;
}

.registday p {
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin: 20px 0px 30px 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

.registday p {
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin: 0px 0px 0px 0px;
    font-family: 'Noto Sans JP', sans-serif;
letter-spacing: 0.5px;
}
div.block8 {
    position: relative;
    height: auto;
    background: white;
    padding: 10px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 455px;
}

div.block8 .flex-mansion {
    display: flex;
    margin: 0 0px 0px 0px;
    align-items: center;
    /* background: #f7f7f7; */
    /* padding: 0px 0px 15px 0px; */
    /* border-radius: 15px; */
}

div.block8 .flex-mansion_no {
    max-width: 280px;
    margin: 0 auto;
}

div.block8 {
    position: relative;
    height: auto;
    background: white;
    padding: 10px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 455px;
}

.mbox_reinfo1 {

}

.mbox_reinfo2 {
    margin-left: auto;
}

button.simplefavorite-button {
    border: none;
    border-radius: 10px;
    background: #d45829;
    background: #3a7db7;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 15px;
    line-height: 1;
    padding: 15px 40px;
    padding: 15px 0px;
    width: 210px;
    -webkit-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    max-width: 600px;
    border: solid 2px #3a7db7;
}

button.simplefavorite-button.active {
    opacity: 1;
    padding: 15px 0px;
    transition: 0s ease-in-out;
    background: #3a7db7;
    color: #ffffff;
}

button:focus {
  outline:0;
}

i.sf-icon-star-full {
    color: #fbff00;
}

button.simplefavorite-button:hover {
    opacity: 0.8;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

table.retype01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    font-size: 15px;
    color: #3a3a3a;
    letter-spacing: 2px;
}

table.retype01 th {
        width: auto;
    padding: 5px 0;
    font-weight: normal;
    vertical-align: top;
    border: 0px solid #ccc;
    white-space: nowrap;
    width: 100px;
}

table.retype01 td {
    padding: 5px 0;
    vertical-align: top;
    border: 0px solid #ccc;
}


table.retype01 tr:first-child {
    border-top: solid 0px #f7f7f7;
}

table.retype01 tr:last-child {
    border-bottom: solid 0px #f7f7f7;
}
table.retype01 tr {
    border-bottom: 0px solid #f7f7f7;
}



table.retype01 th {
    /* width: 120px; */
    padding: 5px 20px 5px 0px;
    font-weight: normal;
    vertical-align: top;
    /* background: antiquewhite; */
    /* margin: 7px 0 5px 0; */
    width: 30%;
}

table.retype01 tr {
    /* width: 120px; */
    padding: 5px 0px;
    font-weight: normal;
    vertical-align: top;
    /* background: antiquewhite; */
    /* margin: 7px 0 5px 0; */
    width: 30%;
}

table.retype01 tr:first-child th {
    /* width: 120px; */
padding: 0px 20px 0px 0px;
    font-weight: normal;
    vertical-align: top;
    /* background: antiquewhite; */
    /* margin: 7px 0 5px 0; */
    width: 30%;
    line-height: 30px;
}


table.retype01 tr:first-child td {
    padding: 0px 0px;
    vertical-align: top;
    /* margin: 0 0 5px 0; */
    color: #ff4600;
    font-size: 20px;
    line-height: 30px;
font-weight: bold;
}




div.block7 .flex-mansion {
    display: flex;
    margin: 0 20px 15px 20px;
    align-items: center;
}



div.block7 {
    position: relative;
    height: auto;
    background: white;
    padding: 40px 40px 0px 40px;
    /* background: #f7f7f7; */
    padding: 35px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto;
}

div.block7 .flex-mansion {
    display: flex;
    margin: 0 20px 10px 20px;
    align-items: center;
}





.flex-mansion {
    display: flex;
    margin: 0 20px 40px 20px;
    margin: 0 20px 20px 20px;
}





table.xetype01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    font-size: 15px;
    color: #3a3a3a;
    letter-spacing: 2px;
}

table.xetype01 th {
        width: auto;
    padding: 15px 0;
    font-weight: normal;
    vertical-align: top;
    border: 0px solid #ccc;
    white-space: nowrap;
    width: 100px;
}

table.xetype01 td {
    padding: 15px 0;
    vertical-align: top;
    border: 0px solid #ccc;
}


table.xetype01 tr:first-child {
    border-top: solid 0px #f7f7f7;
}

table.xetype01 tr:last-child {
    border-bottom: solid 0px #f7f7f7;
}
table.xetype01 tr {
    border-bottom: 5px solid #f7f7f7;
}



table.xetype01 th {
    /* width: 120px; */
    padding: 10px 20px;
    font-weight: normal;
    vertical-align: top;

    background: antiquewhite;
    /* margin: 7px 0 5px 0; */
    width: 30%;
}

table.xetype01 td {
    padding: 10px 20px;
    vertical-align: top;

    /* margin: 0 0 5px 0; */
}




.mbox_mimg {
    width: 400px;
    margin: 0 20px 0 0;
}

.mbox_minfo {
    width: 560px;
    margin: 0 0px 0 0;
}


.mbox_ado {
    margin: 0 20px 0 0;
}


.mbox_adoimg {
    margin: 8px 0px 30px 0;
}


.mbox_adoimg:nth-child(3) {
    display: none;
}

.mbox_ao {
    margin: 0 20px 0 0;
}


.mbox_aoimg {
    margin: 8px 0px 30px 0;
}


.mbox_aoimg:nth-child(3) {
    display: none;
}


.mbox_xeinfo {
    width: 60%;
    margin: 0 20px 0 0;
}

.mbox_esrink {
    /* background: #fff0d4; */
    width: 40%;
    max-width: 400px;
}

.mbox_esrink2 {
    /* background: #fff0d4; */
    width: 57%;
    /* max-width: 400px; */
}

.mmbox {
    margin: 35px 20px 0px 20px;
}

.mmbox .mbox_esrink {
    /* background: #fff0d4; */
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.mmbox .mbox_esrink .esrinkbutton a {
    width: 600px;
    margin: 0 0px 20px 0;
    padding: 30px;
    position: relative;
    background-color: #ffffff;
    /* border: 1px solid #4263a0; */
    border-radius: 30px;
    background-color: #29d4ad;
    display: inline-block;
    width: 100%;
    padding: 20px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    background-color: #d45829;
    border: double 4px #ffffff;
}

.mmbox .mbox_esrink .esrinkbutton a:hover {
    background-color: #ff7a47;
}

.areabutton2 {
    text-align: center;
    margin: 0px 0 10px 0;
    width: 100%;
    color: #868686;
    font-size: 16px;
}

.areabutton {

}

.areabutton ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0px 0 0px 0;
    /* background: #f0f0f0; */
    padding: 25px 0 40px 0;
    padding: 25px 0 15px 0;
    padding: 25px 0 30px 0;
    flex-wrap: wrap;
}
.areabutton ul li {
    list-style: none;
    margin: 5px 5px;
}



.areabutton ul li a {
      margin: 0px 10px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 18px;
   color: #fff;
margin: 0px 0px;
}

.areabutton ul li a {
    margin: 0px 10px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 18px;
    color: #fff;
margin: 0px 0px;
}

.areabutton ul li a {
    margin: 0px 10px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    margin: 0px 0px;
    font-weight: 400;
}

.areabutton ul li a:hover {
    background: #5ce2b4;
}


.admansion_img2 img {
    max-width: 600px;
    display: block;
    margin: 0 auto;
    height: auto;
}

.admansion_img3 img {
    max-width: 400px;
    width: 100%;
    height: 320px;
    object-fit: cover;
        display: block;
}



.admansion_img img {
    max-width: 600px;
    /* display: block; */
    margin: 0 auto;
    height: auto;
}

.admansion_img2 img {
    max-width: 400px;
    width: 100%;
    height: 320px;
    object-fit: cover;
}


.admansion_img2 img:first-child {
    display: none;
}


    .lum-lightbox.lum-open {
      display: block;
      z-index: 9999;
    }

    .zoom-in {
      cursor: zoom-in;
    }


    .esrinkbutton {

    }

.esrinkbutton a {
    width: 600px;
    margin: 0 0px 20px 0;
    padding: 30px;
    position: relative;
    background-color: #ffffff;
    /* border: 1px solid #4263a0; */
    border-radius: 10px;
    background-color: #29d4ad;
    display: inline-block;
    width: 100%;
    padding: 20px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    background-color: #d45829;
    border: double 4px #ffffff;
    line-height: 24px;
}


.esrinkbutton a:hover {
    background-color: #ff7a47;
}



#main5 {
    background: #f0f0f0;
    padding: 0px 0px;
}

h4.kanren {
    width: 100%;
    font-size: 24px;
    color: black;
    margin: 0px 0 8px 0;
    background: #e2e2e2;
    padding: 30px 0;
}


#mainflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
}


.maparea {
    margin: 0 20px;
}

.caution {
}

.caution p {
    /* width: 100%; */
    font-size: 14px;
    color: #3a3a3a;
    margin: 10px 0 0px 0;
    /* background: #e2e2e2; */
    /* padding: 30px 0; */
    line-height: 1.7;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}



.caution2 {
    /* background: #fff0d4; */
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.caution2 p {
    /* width: 100%; */
    font-size: 12px;
    color: #3a3a3a;
    margin: 0px 0 0px 0;
    /* background: #e2e2e2; */
    /* padding: 30px 0; */
    line-height: 1.7;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}


.caution3 {
    /* background: #fff0d4; */
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.caution3 p {
    /* width: 100%; */
    font-size: 12px;
    color: #3a3a3a;
    margin: 0px 0 0px 0;
    /* background: #e2e2e2; */
    /* padding: 30px 0; */
    line-height: 1.7;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}



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

アーカイブ （物件情報）

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



.catbutton {

}


.catbutton {

}


.catbutton ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0px 0 0 0;
    background: #f0f0f0;
    padding: 20px 0 0 0;
    flex-wrap: wrap;
}

.catbutton ul li {
    margin: 5px 5px;
    list-style: none;
}



.catbutton ul li a {
    margin: 0px 0px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}

.catbutton ul li a:hover {
    background: #5ce2b4;
}



.news22 {
    text-align: left;
    text-align: center;
    padding: 40px 20px 40px 20px;
    background: #10497a;
    /* background: #11689c; */
}

.container22 .news22 h1 {
    font-size: 42px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 55px;
    color: #ffffff;
    letter-spacing: 3px;
}

.news22 h2 {
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 400;
    margin: 12px 0 0 0;
}




.material-flexbox2 .archive-grid {
    width: calc(100% / 5 - 20px);
    margin: 0 10px;
}

.material-flexbox2 .post-inner {
    position: relative;
    margin: 0px 0 20px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 0 0;
}


.material-flexbox2 .post-thumbnail {
    position: relative;
        border-radius: 0 0 0 0;
}

.material-flexbox2 .post-date {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 2px 12px;
    background: #ffffffde;
    color: #1c1c1c;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    z-index: 1;
}

.material-flexbox2 .post-date {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 6px 20px;
    background: rgba(218, 41, 28, 0.9);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 0 0 0 0;
    font-size: 13px;
    letter-spacing: 1px;
    background: #bc433a;
}

.material-flexbox2 .post-thumbnail img {
    /* width: 100%; */
    /* height: 100%; */
    width: 100%;
    height: auto;
    object-fit: inherit;
    border-radius: 0 0 0 0;
}

.material-flexbox2 .post-title {
    font-size: 22px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.material-flexbox2 .post-title a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.material-flexbox2 article {
    background: transparent;
    padding: 0;
    margin-bottom: 20px;
}

.material-flexbox2 .post-content {
    border-radius: 0 0 0 0;
    padding: 20px 25px 22px 25px;
    text-align: left;
}




.material-flexbox2 .post-content p {
    font-size: 14px;
    line-height: 1.6;
    color: #4a4a4a;
    margin: 15px 0 20px 0;
    letter-spacing: 1px;
font-weight: 400;
}

.material-flexbox2 .post-content p a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.material-flexbox2 .post-content p.post-date2 {
    font-size: 12px;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
    text-align: left;
}
.material-flexbox2 .post-content p.post-date2 a {
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
}




.material-flexbox2 .post-tag {
    font-size: 15px;
    margin: 0 0px 10px 0;
    line-height: 37px;
}


.material-flexbox2 .post-tag span {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
}


.material-flexbox2 .post-tag span:hover {
    font-size: 15px;
    line-height: 37px;
}
.material-flexbox2 .post-tag:hover {

}



.material-flexbox2 .post-tag2 {
    font-size: 15px;
    margin: 15px 0px 0px 0;
    line-height: 37px;
}

.material-flexbox2 .post-tag2 span a {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
    margin: 0px 0 0 5px;
}

.material-flexbox2 .post-tag2 span a:hover {
    font-size: 15px;
    line-height: 37px;
}
.material-flexbox2 .post-tag2:hover {

}


.material-flexbox2 .post-tag2 li a {
    font-size: 15px;
    background: aliceblue;
    padding: 2px 6px;
    border-radius: 6px;
    font-weight: 400;
    color: #535353;
    line-height: 37px;
}


.material-flexbox2 .post-tag2 li a:hover {
    font-size: 15px;
    line-height: 37px;
}
.material-flexbox2 .post-tag2:hover {

}




.material-flexbox2 .ad-thumbnail {
  
}

.material-flexbox2 .ad-thumbnail a {
   pointer-events: none;
    display: block;
}

.material-flexbox2 .ad-thumbnail img {

}

.material-flexbox2 .ad-thumbnail img:first-child {
    display: none;
}

.material-flexbox2 .admansion_img img:first-child {

}





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

material

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


.material-flexbox {
    display: flex;
    margin: 0px 0 0px 0px;
    /* align-items: flex-end; */
}

.material-flexbox1 {
    width: 200px;
}

.material-flexbox2 {
    width: 100%;
    background: #f0f0f0;
}

.catbutton2 {
}

.catbutton2 ul {
    margin: 0px 0 0 0;
    background: #f0f0f0;
    padding: 20px 0 20px 0px;
    background: #0d3c64;
}

.catbutton2 ul li {
    list-style: none;
}



.catbutton2 ul li a {
    /* border-radius: 5px; */
    /* background: #60B99A; */
    color: #fff;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    width: 100%;
}

.catbutton2 ul li a:hover {
    background: #5ce2b4;
}


#main-region2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #ffffff;
    padding: 25px 20px;
    padding: 25px 20px 5px 20px;
    align-items: baseline;
    background: #f0f0f0;
}



.material-footer {
    padding: 35px 20px 35px 20px;
    background: #102538;
}

.material-footer p {
    margin-bottom: 0;
    font-size: 16px;
    color: #d7e7f3;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: 33px;
    text-align: left;
    /* min-width: 320px; */
}

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

TOP  （ACCESS　物件案内図）

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





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

TOP  （CONTACT　お問い合わせ）

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

.table-contactform7 input, .table-contactform7 textarea {
    max-width: 90% !important;
    margin: 0px 0px 0px 0px;
    color: #a2a2a2;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
}



.table-contactform7 input::placeholder {
    color: #b0b0b0;
}

/* IE */
.table-contactform7 input:-ms-input-placeholder {
    color: #b0b0b0;
}

/* Edge */
.table-contactform7 input::-ms-input-placeholder {
    color: #b0b0b0;
}



.table-contactform7 textarea::placeholder {
    color: #b0b0b0;
}

/* IE */
.table-contactform7 textarea:-ms-input-placeholder {
    color: #b0b0b0;
}

/* Edge */
.table-contactform7 textarea::-ms-input-placeholder {
    color: #b0b0b0;
}


div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #398f14;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
}


div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    color: #ff0000;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 0 0;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    margin: 0 20px 30px 10px;
    padding: 15px 15px;
    border: 2px solid #46b450;
    color: #46b450;
    font-size: 20px;
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ff0000;
    margin: 0 20px 30px 10px;
    padding: 15px 15px;
    border: 2px solid #ff0000;
    color: #ff0000;
    font-size: 20px;
}


div.block20 {
    position: relative;
    height: auto;
    background: white;
    background: #f0f0f0;
    padding: 50px 0 50px 0;
}
.contact-inner2 {
    width: 100%;
    min-width: 320px;
    max-width: 960px;
    margin: 0 auto;
    padding: 30 50px;
    position: relative;
    background: white;
    background: #f0f0f0;
}

.contact-inner2 p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #779dba;
    color: #131313;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 0 40px 0;
font-family: 'Noto Sans JP', sans-serif;
text-align: left;
}



.contact-inner2 tbody {
    text-align: left;
}


/***** コンタクトフォーム *****/

.inner2 p {
    font-weight: 300;
    font-size: 17px;
    line-height: 2;
    color: #779dba;
    color: #242424;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0px 0px 35px 0px;
    font-family: 'Noto Sans JP', sans-serif;
padding: 0 20px;
}







.table-contactform7 button, html .table-contactform7 input[type="button"], .table-contactform7 input[type="reset"], .table-contactform7 input[type="submit"] {
    border: none;
    border-radius: 10px;
    background: #279ab5;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 18px;
    line-height: 1;
    padding: 1.12em 1.5em 1em;
    /* max-width: 370px; */
    width: 100%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}


.table-contactform7 {
    overflow: hidden;
    table-layout: fixed;
    background: white;
    /* padding: 20px; */
    border: solid 10px #e7e7e7;
}
 
.formcheck {
    font-size: 13px;
    line-height: 16px;
    color: #767676;
    margin: 7px 0 0 0;
}


.table-contactform7 td.textcheck {
    font-weight: normal;
    font-size: 14px;
    color: #656464;
    color: #626262;
    padding: 15px 15px;
    line-height: 23px;
}



.required-contactform7 {
    padding: 2px 5px;
    background: #DE8686;
    color: #fff;
    border-radius: 3px;
    margin-left: 7px;
    font-size: 14px;
    letter-spacing: 2px;
}
 
.unrequired-contactform7{
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
 
.table-contactform7 th {
    font-weight: normal;
    font-size: 16px;
    color: black;
    padding: 0px 15px;
}
 
.table-contactform7 td {
    font-weight: normal;
    font-size: 18px;
    color: black;
    padding: 15px 15px;
}


.table-contactform7 input,
.table-contactform7 textarea{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.address-100 input{
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
 
.message-100 textarea{
  width: 100%;
  margin: 5px 10px 10px 5px;
}


.table-border td, .table-border th {
    border: 1px solid #eceeef;
}



tbody {
    text-align: left;
}



.table-bordered td, .table-bordered th {
    border: 1px solid #eceeef;
}

.table-contactform7 input, .table-contactform7 textarea {
    max-width: 90% !important;
    margin: 0px 0px 0px 0px;
    color: #a2a2a2;
    color: #000000;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 6px 10px;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0px 20px 0px 0px;
}



 
@media screen and (min-width: 960px){

  .table-contactform7 th{
    width:28%;
  }





}
     
@media screen and (max-width: 960px){


div.block20 {
    position: relative;
    height: auto;
    background: white;
    background: #f0f0f0;
    padding: 30px 0 50px 0;
}

.inner2 p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #779dba;
    color: #242424;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0px 0px 30px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0px 25px;
}


.table-contactform7{
  display:block;
}     
       
  .table-contactform7 tbody,
  .table-contactform7 tr{
    display: block;
    width: 100%;
  }


.table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    padding: 20px 0 5px 23px;
}


.table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 0px 25px 25px 25px;
    width: 100%;
    border-top: none !important;
}

span.wpcf7-list-item-label {
    font-size: 17px;
}


.table-contactform7 td.textcheck {
    font-weight: normal;
    font-size: 14px;
    color: #656464;
    color: #626262;
    padding: 0px 23px 25px 23px;
    line-height: 23px;
}

}







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

TOP  （CONTACT　お問い合わせ）

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


.contact-inner {
    width: 100%;
    min-width: 320px;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 0px;
    position: relative;
}

.contact-inner p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #779dba;
    color: #131313;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 0 40px 0;
font-family: 'Noto Sans JP', sans-serif;
}




#services-box7 {
    width: 600px;
    margin: 0 0px 20px 0;
    padding: 30px;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #4263a0;
    border-radius: 20px;
    background-color: #ffffff;
    display: inline-block;
    width: 500px;
    padding: 10px;
}

#services-box7 h2 {
    color: #4263A0;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300 !important;
    font-size: 55px;
    text-align: center;
    padding: 0px 0;
    margin: 0;
}

#services-box7 h2 span {
    font-weight: bold;
}

#services-box7 p {
    color: #4263A0;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300 !important;
    font-size: 16px;
    text-align: center;
    padding: 0px 0;
    margin: 0 0 20px 0;
}

#services-box7:hover {
    cursor: pointer;
    color: #404040;
    background-color: #C3FFF5;
}








/****************
Contact Form 7
****************/
.check-acceptance {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    margin: 50px 0px 30px 0px;
}

.check-acceptance span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 0;
    margin: 0 1em 0 0;
    color: #285980;
    font-size: 18px;
}

.check-acceptance input[type="checkbox"] {
    cursor: pointer;
}

.check-acceptance label {
    cursor: pointer;
}

form.wpcf7-form p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #285980;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 20px 30px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}

.contact-inner2 form.wpcf7-form p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #285980;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 10px 10px 10px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    padding: 0 0 0 0;
}

.contact-inner2 form.wpcf7-form p a {
    color: #285980;
    text-decoration:underline;
}


.contact-inner2 .check-acceptance {
    /* text-align: right; */
    font-size: 17px;
    line-height: 25px;
    margin: 50px 0px 30px 0px;
    margin: 0 auto;
    width: 345px;
    margin-top: 50px;
    margin-bottom: 30px;
}

.contact-inner form.wpcf7-form p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #285980;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 20px 30px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
}


.contact-inner input.wpcf7-form-control.wpcf7-submit {
    line-height: 1.8;
}



.contact-inner2 input.wpcf7-form-control.wpcf7-submit {
    line-height: 1.8;
}


.contact-inner input.wpcf7-form-control.wpcf7-submit:hover {
    background: #56b6cd;
}



.contact-inner2 input.wpcf7-form-control.wpcf7-submit:hover {
    background: #56b6cd;
}



div.wpcf7 .wpcf7-submit:disabled:hover {
    background: #5d5d5d;
}




button, html input[type="button"], input[type="reset"], input[type="submit"] {
    border: none;
    border-radius: 10px;
    background: #279ab5;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 12px;
    font-size: 18px;
    line-height: 1;
    padding: 1.12em 1.5em 1em;

    width: 100%;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    /* max-width: 370px; */
    /* max-width: 600px; */
}


input.wpcf7-form-control.wpcf7-submit button {
    border-radius: 10px;
    background: #f0f8ff;
    color: #1f216b;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 18px;
    line-height: 1;
    padding: 20px 120px;
    text-align: center;
    border: solid 1px #1f216b;
    font-weight: 500;
}

input.wpcf7-form-control.wpcf7-submit button:hover {
    background: #1f216b;
    color: #ffffff;
}

form.wpcf7-form .check p {
    text-align: center;
    font-size: 17px;
    line-height: 25px;
    margin: 50px 10px 30px 10px;
}

form.wpcf7-form .tqsubmit p {
    text-align: center;
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #285980;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 10px 30px 10px;
font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}


form.wpcf7-form .check p span {
    margin: 0 7px 0px 0px;
}


input.wpcf7-form-control.wpcf7-submit button[disabled], html input[disabled] {
    cursor: default;
    background: #5d5d5d;
    color: #d8d6d6;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}



div.wpcf7-validation-errors {
    border: 2px solid #ff0000;
    color: #ff0000;
}



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

免責事項

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





.disclaimer-inner {
    width: 100%;
    min-width: 320px;
    max-width: 960px;
    margin: 0 auto;
    padding: 30 50px;
    position: relative;
    background: white;
    background: #f0f0f0;
}


p.distext {
    font-weight: 300;
    font-size: 17px;
    line-height: 2;
    color: #779dba;
    color: #242424;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0px 0px 35px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    /* padding-left: 1em; */
    /* text-indent: -1em; */
}


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

footer

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

.footer-sub {
    margin: 0 auto;
    position: relative;
    padding: 0;
    background: #dadada;
background: #f4cfe5;
background: #f3f3f3;
}

.menseki {
    text-align: center;
    padding: 18px 10px;
    max-width: 800px;
    margin: 0 auto;
}

.menseki p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #292929;
    margin: 0px 0 0 0;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}

/****************
フッターメニュー
****************/

.inner5 {
    padding: 0px 0;
    background: #454545;
background: #f2f2f2;
    background: #ffd9f0;
}


.inner5naka {
    margin: 0 auto;
    max-width: 800px;
}


.fnav ul {
    display: table;
    position: relative;
    margin: 0 auto;
    border-collapse: collapse;
}

.fnav li {
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}

.fnav li a {
    display: block;
    margin: 0 0;
    padding: 5px 21px;
    font-size: 14px;
    color: #ffffff;
    color: #000000;
    /* border-right: 1px solid #ffffff; */
}

.fnav li:first-child a {
    /* border-left: 1px solid #2c2c2c; */
}


.fnav li a:hover {
    background: #d1d1d1;
    background: #ffffff;
    color: #000;
}



footer {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
}


.site-footer {
    background: #313131;
background: #773e60;
}




.site-info.container {
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 22px;
}







/****************
ページトップ
****************/

#page-top {
    font-size: 0;
    position: fixed;
    bottom: 5px;
    right: 10px;
    opacity: 0;
    z-index: 100;
}

#page-top.fade-in {
    color: #000;
    font-size: 14px;
    opacity: 1.0;
    transition: opacity 1s;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #000;
    line-height: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: rgba(74, 141, 180, 0.8);
    background: rgb(229, 160, 23, 0.9);
    border-radius: 7px;
    background: rgba(227, 118, 148, 0.95);
}


#page-top span {
  position: relative;
  display: inline-block;
  padding-left: 17px;
}

#page-top span::before {
    content: '';
    width: 17px;
    height: 17px;
    border: 0px;
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 38%;
    left: 0;
    margin-top: -4px;
}









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

searchregion  （searchregion　地域から探す）

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

.search-no {
    text-align: center;
    width: 100%;
    margin: 10px 0 25px 0;
    font-size: 22px;
    color: #3a3a3a;
}

div.blocks {
    position: relative;
    height: auto;
    background: #fff;
    padding: 25px 0 50px 0;
}

#category-map {
    margin: 0 20px;
            font-weight: 300;
}

h2.category-parent {
    background: #000000;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #FFF;
    font-size: 1.917em;
    line-height: 1;
    padding: 13px 20px 11px;
    border-radius: 5px 5px 0 0;
    position: relative;
background: #254d89;
    font-size: 28px;
}

#category-map h2.category-parent a {
    color: #FFF;

}

#category-map a:hover {
    text-decoration: underline;
}


#category-map {
    color: #3a9dd8;
}

#category-map ul {
    border: solid 1px #254d89;
    margin: 0 0 20px 0;
    list-style: none;
    border-top: none;
    padding: 20px 20px 10px 20px;
    border-radius: 0px 0px 5px 5px;
}

#category-map a {
    color: #4b7bc3;
    text-decoration: none;
    font-weight: 300;
    /* transition: color 0.25s ease; */
    /* text-decoration: underline; */
    /* text-decoration: none; */
    /* border-bottom: 1px solid #709ee3; */
    /* padding-bottom: 0px; */
}

#category-map ul li {
    border: none;
    text-align: left;
    margin: 0 0 15px 0;
}

#category-map ul li ul {
    border: none;
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
        background: #f3f3f3;
    padding: 25px 20px;
    padding: 10px 10px 10px 10px;
    font-size: 16px;
    border-radius: 5px 5px 5px 5px;
margin: 3px 0 18px 0;
}

#category-map ul li ul li {
    border: none;
    /* width: calc(100% / 4 - 20px); */
    margin: 0 10px;
    display: inline-block;
}


#category-map ul li a {
    /* text-decoration: underline; */
    text-decoration: none;
    border-bottom: 1px solid rgba(75, 123, 195, 0);
    padding-bottom: 0px;
}

#category-map ul li a:hover {
    /* text-decoration: underline; */
    text-decoration: none;
    border-bottom: 1px solid #4b7bc3;
    padding-bottom: 0px;
}

#category-map a {
    /* text-decoration: underline; */
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    padding-bottom: 0px;
}

#category-map a:hover {
    /* text-decoration: underline; */
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 0px;
}






@media only screen and (max-width: 1600px) {

.archive-grid {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
}

.archive-grid2 {
    width: calc(100% / 4 - 20px);
    margin: 0 10px;
}



}



@media only screen and (max-width: 1300px) {

.admansion_img2 img {
    /* max-width: 400px;
    display: block;
    margin: 0 auto;
    height: auto;*/
}



.admansion_img img {
    max-width: 400px;
    /* display: block; */
    margin: 0 auto;
    height: auto;
}

.archive-grid {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
}

.archive-grid2 {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
}



}




@media only screen and (max-width: 960px) {


.admansion_img img {
    max-width: 400px;
    /* display: block; */
    margin: 0 auto;
    height: auto;
}

.archive-grid {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}

.archive-grid2 {
    width: calc(100% / 2 - 20px);
    margin: 0 10px;
}



}





@media screen and (max-width: 960px) {





.banner-area3 {
    text-align: center;
    padding: 10px 10px 50px 10px;
    background: #f0f0f0;
}
/*================================================== 


top header


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


.container23 {
    margin: 0 auto;
    position: relative;
    padding: 20px 20px;
}

.news2 {
    text-align: left;
    text-align: center;
    padding: 0px 0;
    width: auto;
    margin: 0 auto;
}

.news2 h1 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 26px;
    color: #292929;
    text-align: left;
}

.news2 p {
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
    color: #292929;
    margin: 16px 0 0 0;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}

#top-head2 .titleicon img {
    height: 57px;
}

.titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 10px 0px 0px 10px;
    padding: 15px 0px 15px 19px;
}

.modal-inner .titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 10px 20px 5px 25px;
    padding: 10px 20px 5px 15px;
}

  #top-head2 header#top-head2 {
    display: flex;
    justify-content: space-between;
  }

  #top-head2 h1 {
    /* font-size: 41px; */
    padding: 5px 0 0px 10px;
}

  #top-head2 .menu-open {
    display: block;
    font-family: "Material Icons";
    font-size: 24px;
    color: #fff;
    cursor: pointer;
  }

  #top-head2 .menu-close {
    display: none;
  }

  #top-head2 #menu-toggle:checked ~ .menu-close {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    cursor: pointer;
    font-size: 65px;
  }

  #top-head2 ul {
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    margin: 0;
    background-color: #666;
    background-color: rgba(255, 255, 255, 0.9);
transform: translateX(-100%);
    /* transition: 0.3s; */
    z-index: 9999;
}

  #top-head2 #menu-toggle:checked ~ div ul {
    transform: translateX(0);
    z-index: 9999;
  }


  #top-head2 #menu-toggle:checked ~ div ul li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    background: none;
    text-align: center;
  }



  #top-head2 li {
    display: list-item;
    margin: 0;
    text-align: left;
  }

  #top-head2 a {
    display: block;
    padding: 0px;
  }

  #top-head2 #menu-toggle:checked ~ div ul li a:hover {
      color: #fff;
      background-color: #999;
  }

  header#top-head2 {
    display: flex;
    justify-content: space-between;
  }



.close-button {
    position: absolute;
    z-index: 9999999;
    display: block;
    width: 70px;
    height: 63px;
    right: 0;
    font-size: 20px;
    background: #4d4d4d;
    /* line-height: 50px; */
    padding: 15px;
    top: 0;
}



.menu-button {
    font-size: 20px;
    background: #4d4d4d;
    padding: 20px 20px;
    height: 64px;
}

.open-titlebar {
    width: 100%;
    background: white;
    display: block;
    height: 63px;
    position: relative;
}





#top-head2 h1.site-title2 {
    font-weight: 900;
    color: #565656;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    letter-spacing: 0.45em;
    width: auto;
    text-align: left;
    padding: 0px 0 0px 0px;
}

#top-head2 h1.site-title2 span {
    font-size: 16px;
    text-align: center;
    font-weight: 200;
    color: #565656;
    color: #263b56;
    /* text-transform: lowercase; */
    letter-spacing: 0px;
    line-height: 22px;
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 600;
    width: auto;
    background: none;
    display: inherit;
margin: 0px 0px 0px 10px;
}

#top-head2 h1.site-title2 a {
    text-transform: initial;
    font-size: 34px;
    text-align: left;
    color: #565656;
    color: #0fa2bc;
    text-decoration: none;
    line-height: 25px;
    font-size: 34px;
    letter-spacing: 2px;
    color: #263b56;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: auto;
    display: inline-block;
font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
}




#top-head2 h1.site-title2 a:hover {
    background: none;
}


#top-head2 p {
    display: none;
}



}










@media only screen and (max-width: 680px) {

.admansion_img2 img {
    max-width: 400px;
    width: 100%;
    object-fit: cover;
    height: 60vw;
}

form.wpcf7-form p {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
    color: #285980;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0 20px 0px 10px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
}
div.block20 {
    position: relative;
    height: auto;
    background: white;
    background: #f0f0f0;
    padding: 20px 0 20px 0;
}

.inner2 p {
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    color: #779dba;
    color: #242424;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0px 0px 20px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 0px 20px;
}

#breadcrumb {
    text-align: left;
    padding: 0px 10px 0px 10px;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}

#breadcrumb ul {
    padding: 0px 0px 0px 0px;
    font-size: 11px;
    margin: 0;
    overflow-x: scroll;
    white-space: nowrap;
}

#breadcrumb ul li span {
    font-size: 12px;
    margin: 0;
}




.modal-inner .works-area2 {
    text-align: center;
    padding: 00px 0px 0px 0px;
}
.modal .close span {
    position: absolute;
    top: 10px;
    right: 9px;
    width: 42px;
    height: 42px;
    background-color: #000000;
    cursor: pointer;
    border-radius: 7px;
}

.cards {
    display: none;
}


.cards100 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* background: #f0f0f0; */
    padding: 0px 0px;
    /* margin: 0 auto; */
    /* max-width: 700px; */
    margin: 0 auto;
    max-width: 920px;
margin-bottom: 20px;
}


.cards100__item {
width: calc(33.3% - 0px);
    margin: 0px 0px;
}
.cards100__item {
    width: calc(33.3% - 1px);
    margin: 0.5px 0.5px;
}

.cards100__item {
    width: calc(50% - 1px);
    margin: 0.5px 0.5px;
}
.card100 {
    /* background-color: white; */
    /* display: flex; */
    /* flex-direction: column; */
    /* overflow: hidden; */
}
.card100:hover .card__image {
  -webkit-filter: contrast(100%);
          filter: contrast(100%);
}


.card100__content {
    /* display: flex; */
    /* flex: 1 1 auto; */
    /* flex-direction: column; */
    padding: 8px;
    border: double 4px #26aaaa;
    border: solid 1px #26aaaa;
    background: #ffffff;
    width: 100%;
    /* box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2); */
    /* border-radius: 7px 7px 7px 7px; */
}

.card100__content p {
    margin: 0 0 0 0;
}



@media (min-width: 40rem) {
  .card100__image::before {
    padding-top: 66.6%;
  }
}

.card100__title {
    color: #696969;
    color: #26aaaa;
    color: #111111;
    font-size: 25px;
    font-size: 16px;
    font-weight: 300;
    font-weight: bold;
    letter-spacing: 1px;
    /* border-bottom: solid 1px #ffffff; */
    padding: 0px 0 8px 0;
    padding: 0px 0 0px 0;
}
.card100__title2 {
    color: #26aaaa;
    color: #4a4a4a;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 2px;
    padding: 0px 0 0px 0;
}

.card100__text {
  flex: 1 1 auto;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}


.card100__content p {
    margin: 0 0 0 0;
    color: azure;
    font-size: 13px;
    display: none;
}

.cards100__item a {
  outline:none;

}

.cards100__item a:hover {
    background: #f5ff9e;
}


.card100__content:hover {
    background: #f5ff9e;
}







.post-content {
    border-radius: 7px 7px 0 0;
    padding: 8px 15px 11px 15px;
    text-align: left;
}


.post-title {
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.post-tag {
    font-size: 12px;
    margin: 7px 0px 7px 0;
    line-height: 12px;
}

.post-tag span {
    font-size: 12px;
    background: aliceblue;
    padding: 0px 4px;
    border-radius: 4px;
    font-weight: 400;
    color: #535353;
    line-height: 12px;
}

.post-tag span:hover {
    font-size: 12px;
    line-height: 12px;
}

.post-content p.post-date2 {
    font-size: 10px;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.post-date {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 4px 13px;
    background: rgba(218, 41, 28, 0.9);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 0 7px 0 7px;
    font-size: 11px;
    letter-spacing: 0px;
    background: #bc433a;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0px 0px 0 0;
}



.post-content2 {
    border-radius: 7px 7px 0 0;
    padding: 10px 13px 10px 13px;
    text-align: left;
}

.post-title2 {
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 5px 0;
}

.post-content2 p.post-date10 {
    font-size: 11px;
    line-height: 1.4;
    color: #4a4a4a;
    margin: 0px 0 0 0;
    text-align: left;
}

.post-tag2 {
    font-size: 15px;
    margin: 15px 0px 0px 0;
    line-height: 37px;
    display: none;
}


.post-thumbnail2 img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 0 0 7px 7px;
    background: #ffffff;
    border-top: solid 1px #f3f3f3;
}

.post-date3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 4px 13px;
    background: rgba(36, 43, 238, 0.9);
    background: rgb(66, 83, 166);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: normal;
    border-radius: 7px 0 7px 0;
    font-size: 11px;
    letter-spacing: 1px;
}




.post-date {
    display: block;
    position: inherit;
    top: 0px;
    right: 0px;
    padding: 4px 13px;
    background: rgba(218, 41, 28, 0.9);
    color: #ffffff;
    font-family: Lato, Arial, sans-serif;
    line-height: 12px;
    border-radius: 7px 7px 0 0px;
    font-size: 11px;
    letter-spacing: 0px;
    background: #bc433a;
    width: 100%;
}

.post-thumbnail {
    position: relative;
    border-radius: 0px 0px 0 0;
    padding: 0px 0 0 0;
}


.post-inner {
    position: relative;
    margin: 0px 0 10px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px 7px 7px 7px;
}

.btn_wrap2 {
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 0 10px;
    background: #f1f1f1;
    padding: 10px 10px 25px 10px;
}

.btn_wrap2 a {
    display: inline-block;
    margin: 0 auto;
    padding: 7px 0px;
    width: 100%;
    font-weight: normal;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    transition: .2s ease-in-out;
    /* -webkit-transition: all 0.7s ease-out; */
    /* transition: all 0.7s ease-out; */
    /* border: 1px solid #bc433a; */
    font-size: 16px;
}
/*================================================== 


TOP コンテンツエリア


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

.titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 12px 0px 0px 15px;
    padding: 10px 0px 0px 7px;

}

#top-head2.fix .titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 12px 0px 0px 15px;
        padding: 11px 0px 0px 7px;
}

#top-head2.fix .titleicon img {
    height: 40px;
}

#top-head2.fix h1.site-title a {
    font-size: 26px;
    text-transform: initial;
    color: #565656;
    color: #0fa2bc;
    text-decoration: none;
    line-height: 25px;
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #263b56;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    font-weight: 600;
}



#top-head2 h1.site-title a {
    text-transform: initial;
    color: #565656;
    color: #0fa2bc;
    text-decoration: none;
    line-height: 25px;
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #263b56;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    font-weight: 600;
}



#top-head2.fix h1.site-title {
    padding: 5px 0 0px 10px;
}

#top-head2 {
    text-align: left;
    background: #ffffff;
    /* height: 360px; */
    /* background: url(library/images/headbg.jpg); */
    position: relative;
    background-size: 125%;
    padding: 0px 0 1px 0;
    background-position: 0 0%;
    background-repeat: no-repeat;
    height: 60px;
    background: rgba(225, 244, 255, 0.9);
}



.headsearch {
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    /* margin-top: 6px; */
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 25px 25px;
    border: none;
    /* max-width: 49px; */
    border-radius: 7px;
    /* background: url(/library/images/search-icon.png),#daae1c; */
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
}
/*-------------------------------------------

TOP （スライドショー）

--------------------------------------------*/
.container23 {
    margin: 0 auto;
    position: relative;
    padding: 10px 10px;
}






.news2 {
    text-align: left;
    text-align: center;
    padding: 0px 0;
    width: auto;
    margin: 0 auto;
}

.news2 h1 {
    font-size: 12px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 34px;
    color: #292929;
    line-height: 1.5;
}

.bobi h1 {
    text-align: center;
    font-size: 20px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 50px;
    color: #ffffff;
    letter-spacing: 3px;
}

.news2 p {
    font-size: 11px;
    font-weight: normal;
    line-height: 16px;
    color: #292929;
    margin: 9px 0 0 0;
}


.menseki p {
    font-size: 12px;
    font-weight: normal;
    line-height: 24px;
    color: #292929;
    margin: 0px 0 0 0;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
        line-height: 1.5;
}
/*-------------------------------------------

 （アーカイブ）

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


.bobi {
    text-align: center;
    padding: 10px 0;
    background: #26aaaa;
}


.archive-grid {
    width: 100%;
    margin: 0 10px;
    flex: 0 0 48%;
}


.archive-grid2 {
    width: 100%;
    margin: 0 10px;
    flex: 0 0 48%;
}

.archive-grid {
    width: calc(100% / 1 - 6px);
    margin: 0 3px;
}

.archive-grid2 {
    width: calc(100% / 1 - 6px);
    margin: 0 3px;
}

#main-region2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #ffffff;
    padding: 25px 20px;
    padding: 10px 5px 0px 5px;
    align-items: baseline;
    background: #f0f0f0;
}


.post-inner {
    position: relative;
    margin: 0px 0 8px 0;
    padding: 0px;
    background: #fff;
    box-shadow: 3px 3px 6px rgb(0 0 0 / 20%);
    border-radius: 7px 7px 7px 7px;
}





#main {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    display: flex;
    /* -webkit-flex-flow: row wrap; */
    -ms-flex-flow: row wrap;
    flex-flow: unset;
    background: #f0f0f0;
    padding: 10px 0px 0px 5px;
    overflow-x: scroll;
}


#main-favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 35px 20px 35px 20px;
}



#main-region {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 10px 5px 5px 5px;
}

#main-region .archive-grid {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    flex: none;
}


#main-region .archive-grid2 {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    flex: none;
}







#mainflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 10px 5px 5px 5px;
}

#mainflex .archive-grid {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    flex: none;
}


#mainflex .archive-grid2 {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    flex: none;
}
















#top-head2 .titleicon img {
    height: 40px;
}



.newcolumn {
    text-align: left;
    text-align: center;
    padding: 10px 0;
    background: #242BEE;
    background: #4253a6;
}

.newmansion h1 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
}



.newcolumn h1 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
}


.newmansion {
    text-align: left;
    text-align: center;
    padding: 10px 0;
    background: #DA291C;
    background: #bc433a;
}


.searchregion {
    text-align: left;
    text-align: center;
    padding: 10px 0;
    background: #26AAAA;
    display: none;
}

.searchregion h1 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    /* display: none; */
}


.searchregion2 {
    text-align: left;
    text-align: center;
    padding: 10px 0;
    background: #26AAAA;
    display: block;
}

.searchregion2 h1 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    /* display: none; */
}



.searchregion20 {
    text-align: left;
    text-align: center;
    padding: 10px 0;
    background: #26AAAA;
}

.searchregion20 h1 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
    /* display: none; */
}

.searchword {
    text-align: left;
    text-align: center;
    padding: 10px 0;
    background: #DAAE1C;
}

.searchword h1 {
    font-size: 16px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 30px;
    color: #ffffff;
    letter-spacing: 2px;
}


.news {
    text-align: left;
    text-align: center;
    padding: 3px 0 20px 0;
    background: #ffffff;
    /* background: #11689c; */
}


.news h1 {
    font-size: 20px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 26px;
    color: #3a7db7;
    letter-spacing: 2px;
}


.container22 .news h1 {
    font-size: 20px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 26px;
    color: #3a7db7;
    letter-spacing: 2px;
}


.news h2 {
    line-height: 16px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #3a7db7;
    font-weight: 400;
    margin: 8px 0 0 0;
}


.bobi2 {
    text-align: left;
    text-align: center;
    padding: 8px 0 23px 0;
    background: #ffffff;
    /* background: #11689c; */
}

.bobi2 h1 {
    font-size: 22px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 18px;
    color: #3a7db7;
    letter-spacing: 5px;
}

.bobi2 h2 {
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #3a7db7;
    font-weight: 400;
    margin: 12px 0 0 0;
}

.banner-area3 {
    text-align: center;
    padding: 0px 5px 20px 5px;
    background: #f0f0f0;
}


.works-area2 {
    text-align: center;
    padding: 10px 5px 20px 5px;
}


.works-area2 .searchfield {
    font-size: 15px;
    width: 100%;
    margin: 0px;
    padding: 15px 100px 15px 15px;
    border: solid 1px #bbb;
    border-radius: 10px;
    background-color: #efefef;
    letter-spacing: 1px;
}


.works-area2 .searchsubmit {
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 6px;
    margin-top: 6px;
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 15px 25px;
    border: none;
    max-width: 49px;
    border-radius: 7px;
    background: url(library/images/search-icon.png),#daae1c;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
}



.modal h2 {
    border-bottom: 0px solid #cccccc;
    padding: 5px 0;
    color: #fff;
    font-size: 20px;
}





footer {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
}

.site-info.container {
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 15px;
    width: 100%;
    font-weight: 400;
}

.fnav li a {
    display: block;
    margin: 0 0;
    padding: 10px 15px;
    font-size: 12px;
    color: #ffffff;
    border-right: 1px solid #2c2c2c;
    line-height: 15px;
}



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

シングル （物件）

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

.news {
    text-align: left;
    text-align: center;
    padding: 10px 10px 20px 10px;
    background: #ffffff;
    /* background: #11689c; */
}
div.block6 {
    position: relative;
    height: auto;
    background: white;
    padding: 40px 40px 0px 40px;
    /* background: #f7f7f7; */
    padding: 10px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto;
}


.admansion_img2 img {
    /* max-width: 500px; */
    width: 100%;
    display: block;
    margin: 0 auto;
}



.admansion_img3 img {
    /* max-width: 500px; */
    width: 100%;
    display: block;
    margin: 0 auto;
}


@media only screen and (max-width: 960px) {


.admansion_img2 img {
    /*  max-width: 400px;
     display: block; 
    margin: 0 auto;
    height: auto;*/
}


}

.admansion_img img {
    /* max-width: 500px; */
    /* width: 100%;*/
    display: block;
    margin: 0 auto;
}

.admansion_img img:nth-child(2) {
    /* max-width: 500px; */
    width: 100%;
    display: block;
    margin: 0 auto;
}


h4.kanren {
    width: 100%;
    font-size: 24px;
    color: black;
    margin: 0px 0 8px 0;
    background: #e2e2e2;
    padding: 30px 0;
}

h4.kanren {
    width: 100%;
    font-size: 24px;
    color: black;
    margin: 0px 0 0px 0;
    background: #e2e2e2;
    padding: 15px 0;
    font-size: 16px;
    line-height: 30px;
}


.navigation .navileft a {
    color: #3a9dd8;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    padding: 8px 20px;
    border-radius: 10px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
}

.navigation .navitop a {
    color: #3a9dd8;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    /* background: #ffffff; */
    padding: 8px 20px;
    border-radius: 10px;
    display: block;
    max-width: 400px;
    letter-spacing: 2px;
    margin: 0 auto;
}

.navigation .naviright a {
    color: #3a9dd8;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    background: #def7ff;
    padding: 8px 20px;
    border-radius: 10px;
    display: block;
    max-width: 130px;
    letter-spacing: 2px;
    margin-left: auto;
}



.registday p {
    font-weight: 400;
    font-size: 13px;
    color: #545454;
    margin: 15px 0px 15px 0px;
    font-family: 'Noto Sans JP', sans-serif;
}

.navigation {
    text-align: center;
    padding: 0 0;
    width: 100%;
    /* border-top: solid 1px #cfe7fd; */
    /* background: #f0f8ff; */
    /* border-bottom: solid 1px #cfe7fd; */
    margin: 0 0 30px 0;
}

.areabutton ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0px 0 0px 0;
    /* background: #f0f0f0; */
    padding: 25px 0 40px 0;
    padding: 25px 0 15px 0;
    padding: 20px 0 20px 0;
}

.areabutton ul li a {
    margin: 0px 0px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
}


.areabutton ul li a:hover {
    background: #5ce2b4;
}


.areabutton ul li span {

}


#mainflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 10px 5px;
}

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

アーカイブ （物件）

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

.catbutton ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0px 0 0 0;
    background: #f0f0f0;
    padding: 10px 0 0 0;
}


.catbutton ul li a {
    margin: 0px 0px;
    border-radius: 5px;
    background: #60B99A;
    color: #fff;
    display: block;
    padding: 6px 10px;
    text-decoration: none;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.catbutton ul li span {
    display: block;
}

}








@media only screen and (max-width: 400px) {




.titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 11px 0px 0px 10px;
}
#top-head2 h1.site-title a {
    line-height: 25px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #263b56;
    padding: 0;
    font-weight: 600;
}


.news2 h1 {
    font-size: 11px;
    font-family: 'Noto Sans JP';
    font-weight: normal;
    line-height: 34px;
    color: #292929;
    line-height: 1.5;
}


#top-head2.fix .titlespace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding: 11px 0px 0px 10px;
}


#top-head2.fix h1.site-title a {
    font-size: 26px;
    text-transform: initial;
    color: #565656;
    color: #0fa2bc;
    text-decoration: none;
    line-height: 25px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #263b56;
    font-family: 'Noto Sans JP', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    font-weight: 600;
}




#main-region .archive-grid .post-title {
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 5px 0;
}

#main-region .post-thumbnail img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}


#main-region .archive-grid2 {
    width: calc(100% / 2 - 10px);
    margin: 0 5px;
    flex: none;
}

#main-region .archive-grid2 .post-title {
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 5px 0;
}


#main-region .post-thumbnail img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 75px;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
}



}



.adarea {
    margin: 40px 0 60px 0;
}

.adarea2 {
    padding: 20px 0 30px 0;
    background: #f0f0f0;
}

.adarea728-90 {

}

.adarea468-60 {
    display: none
}

.adarea300-250 {
    display: none
}


.adarea300-100 {
    display: none
}

.mbox_adoimg300 {
    display: none
}


@media only screen and (max-width: 740px) {

.adarea728-90 {
    display: none
}

.adarea300-250 {
    display: block
}

}


@media only screen and (max-width: 540px) {

.mbox_ado {
    margin: 0 0px 0 0;
}

.mbox_adoimg {
    display: none
}

.mbox_adoimg300 {
    display: block;
    margin: 8px 0px 30px 0;
}

}


#top-head2 ul.headsearchkakoi {
    width: 100%;
    margin: 25px 0px 15px 0px;
    /* background: #ddefff; */
    padding: 0px 25px 0 25px;
    display: flex;
    text-align: center;
    justify-content: space-between;
}

header nav {
    display: none;
}

}


@media only screen and (max-width: 400px) {

.post-thumbnail img {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 0px 0px 0 0;
}

}






#new .btn_wrap2 {

}



.captcha {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    margin: 50px 0px 30px 0px;
    color: #285980;
    width: 460px;
    margin: 0 auto;
    margin-top: 40px;
}

img.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-1 {
    border: solid 1px #dfdfdf;
}

.capleft {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 8px;
}

.capright {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px 0;
}

.rbox2 {
    margin: 0px 0px 10px 0px;
}


.fav-flex {
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 25px 20px 5px 20px;
}

.fav-flex2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    background: #f0f0f0;
    padding: 25px 20px;
    padding: 25px 20px 5px 20px;
}

.fav-no {
    color: #515151;
    width: 100%;
    text-align: center;
    margin: 24px 0 0 0;
}

.fav-no p {
  
}


.rbox {
    margin: 0px 0 10px 0;
}



table.rtype01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    font-size: 15px;
    color: #3a3a3a;
    letter-spacing: 2px;
}

table.rtype01 tr {
    padding: 0px 0px;
    font-weight: normal;
    vertical-align: top;
    width: auto;
    line-height: 13px;
}

table.rtype01 th {
    font-size: 13px;
    padding: 5px 20px 5px 0px;
    font-weight: normal;
    vertical-align: top;
    width: 26%;
    min-width: 68px;
}

table.rtype01 tr:first-child th {
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    vertical-align: top;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 13px;
    width: 26%;
    min-width: 68px;
}



table.rtype01 td {
    padding: 5px 0;
    vertical-align: top;
    border: 0px solid #ccc;
    font-size: 13px;
}

table.rtype01 tr:first-child td {
    padding: 0px 0px;
    vertical-align: top;
    color: #ff4600;
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
}

table.rtype01 tr:last-child td {
    padding: 5px 0px;
    vertical-align: top;
    color: #000000;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
}


.accbox input {
    display: none;
}


.accbox label {
    display: none;
}



.rbox2 {
    margin: -5px 0 13px 0px;
}


table.rtype01 tr.kinen {
    padding: 0px 0px;
    font-weight: normal;
    vertical-align: top;
    width: 26%;
}

table.rtype01 tr.kinen:first-child td {
    padding: 0px 0px;
    vertical-align: top;
    line-height: 20px;
    font-weight: normal;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px;
    color: #3a3a3a;
    letter-spacing: 2px;
}



@media only screen and (max-width: 960px) {



.mbox_esrink2 {
    /* background: #fff0d4; */
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    display: none;
}
.flex-mansion {
    display: block;
    margin: 0 0 30px 0;
    margin: 0px 20px 40px 20px;
}

div.block6 {
    padding: 20px 0px 0px 0px;
}
div.block7 {
    padding: 35px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
}

div.block8 .flex-mansion_no {
    max-width: 210px;
    margin: 0 auto;
}


div.block7 .flex-mansion {
    display: block;
    margin: 0 0 30px 0;
    margin: 0px 10px 0px 10px;
}

.mbox_minfo {
    width: 100%;
    margin: 0 20px 0 0;
}

.mbox_mimg {
    width: 100%;
    margin: 0 0px 40px 0;
}

.mbox_xeinfo {
    width: 100%;
    margin: 0 20px 0 0;
}

.esrinkbutton {
    padding: 0 5px;
}

.mbox_esrink {
    /* background: #fff0d4; */
    width: 100%;
    max-width: none;
}

.esrinkbutton a {
    width: 600px;
    margin: 0 0px 20px 0px;
    padding: 30px;
    position: relative;
    background-color: #ffffff;
    /* border: 1px solid #4263a0; */
    border-radius: 10px;
    background-color: #29d4ad;
    display: inline-block;
    width: 100%;
    padding: 20px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    border-radius: 15px;
    background-color: #d45829;
}



table.type01 th {
    width: auto;
    padding: 15px 15px;
    font-weight: normal;
    vertical-align: top;
    /* border: 1px solid #ccc; */
    border-radius: 0;
    text-align: center;
    letter-spacing: 5px;
    white-space: nowrap;
    /* width: 100px; */
    display: block;
    background: whitesmoke;
    line-height: 15px;
}

table.type01 td {
    padding: 12px 20px;
    vertical-align: top;
    /* border: 1px solid #ccc; */
    width: 100%;
    display: block;
    line-height: 23px;
}


table.xetype01 th {
    width: 100px;
    padding: 10px 10px;
    font-weight: normal;
    vertical-align: top;
    background: antiquewhite;
    /* margin: 7px 0 5px 0; */
    text-align: center;
    letter-spacing: 0px;
    font-size: 13px;
}

table.xetype01 td {
    padding: 10px 10px 10px 13px;
    vertical-align: top;
    /* margin: 0 0 5px 0; */
    line-height: 18px;
    letter-spacing: 1px;
}

table.xetype01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    font-size: 15px;
    color: #3a3a3a;
    letter-spacing: 2px;
    margin: 0 0 0px 0;
}

button.simplefavorite-button {
    border: none;
    border-radius: 10px;
    background: #d45829;
    background: #3a7db7;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 14px;
    line-height: 1;
    padding: 15px 40px;
    padding: 15px 0px;
       width: 210px;
    -webkit-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    max-width: 556px;
    border: solid 2px #3a7db7;
}

}



@media only screen and (max-width: 680px) {







.inner5 {
    padding: 0px 0;
    background: #454545;
    background: #f2f2f2;
    background: #ffd9f0;
    background: #eaeaea;
}

.fnav ul {
    /* display: table; */
    /* position: relative; */
    margin: 0;
    /* border-collapse: collapse; */
    display: flex;
    /* justify-content: flex-start; */
    /* align-items: center; */
    flex-wrap: wrap;
}


.fnav li {
    /* display: table-cell; */
    /* overflow: hidden; */
    /* vertical-align: middle; */
    /* display: flex; */
    width: 50%;
    min-height: 32px;
    height: 44px;
    border-bottom: 1px solid #ddd;
        border-bottom: 1px solid #c7c7c7;
    /* color: #000; */
    background: #f6f6f6;
    font-size: 0.8em;
    /* line-height: 1em; */
    /* box-sizing: border-box; */
}

.fnav li a {
    /* display: block; */
    /* margin: 0 0; */
    /* padding: 5px 21px; */
    font-size: 14px;
    /* color: #ffffff; */
    color: #000000;
    border-right: 0px solid #2c2c2c;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 10px 6%;
    text-decoration: none;
    box-sizing: border-box;
}


.fnav li:first-child a {
    border-left: 0px solid #2c2c2c;
}

.fnav li:nth-child(odd) {
    border-right: 1px solid #2c2c2c;
        border-right: 1px solid #c7c7c7;
}




.fnav li:last-child{
        border-bottom: 0px solid #c7c7c7;
}



#page-top.fade-in {
    color: #000;
    font-size: 14px;
    opacity: 1.0;
    transition: opacity 1s;
    color: #fff;
    padding: 15px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background: #000;
    line-height: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background: rgba(74, 141, 180, 0.8);
    background: rgb(229, 160, 23, 0.9);
    border-radius: 0px;
    background: #e37694;
}


#page-top {
    font-size: 0;
    position: inherit;
    bottom: 0px;
    right: 0px;
    opacity: 1.0;
}


#page-top.fade-in:hover {
    background: #eaa7b9;
}



.accbox input {
    display: block;
}


.accbox label {
    display: block;
}



/*ボックス全体*/
.accbox {
    margin: 0 0;
    padding: 0;

}

/*ラベル*/
.accbox label {
    display: block;
    margin: 0px 20px;
    padding: 12px 12px;
    color: #ffffff;
    font-weight: normal;
    background: #3abd69;
    cursor: pointer;
    transition: all 0.5s;
    border: double 4px #ffffff;
    line-height: 30px;
    /* border-radius: 15px; */
    font-size: 20px;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f054';
    font-family: 'FontAwesome';
    padding-right: 8px;
    display: none;
}

/*ラベルホバー時*/
.accbox label:hover {
background: #59e08a;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 5px 0 0 0;
    /* background: #fff5eb; */
    opacity: 1;
}
.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}





.accbox .accshow .caution3 p {
    /* width: 100%; */
    font-size: 12px;
    color: #3a3a3a;
    margin: 0px 0 0px 0;
    /* background: #e2e2e2; */
    /* padding: 30px 0; */
    line-height: 1.7;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}


table.xetype01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    font-size: 13px;
    color: #3a3a3a;
    letter-spacing: 2px;
}


button.simplefavorite-button {
    border: none;
    border-radius: 10px;
    background: #d45829;
    background: #3a7db7;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 14px;
    line-height: 1;
    padding: 15px 40px;
    padding: 12px 0px;
       width: 190px;
    -webkit-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    max-width: 556px;
    border: solid 2px #3a7db7;
}

div.block8 {
    position: relative;
    height: auto;
    background: white;
    padding: 10px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 410px;
}

}

@media only screen and (max-width: 480px) {

div.block8 {
    position: relative;
    height: auto;
    background: white;
    padding: 5px 0px 0px 0px;
    max-width: 1000px;
    margin: 0 auto;
    max-width: 410px;
}

div.block8 .flex-mansion {
    display: block;
    margin: 0 0px 0px 0px;
    align-items: center;
    /* background: #f7f7f7; */
    /* padding: 0px 0px 15px 0px; */
    /* border-radius: 15px; */
}

.mbox_reinfo1 {
    margin: 0 auto;
    max-width: 200px;
    /* display: block; */
    margin-bottom: 10px;
}

table.retype01 {
    border-collapse: collapse;
    text-align: left;
    line-height: 1.7;
    width: 100%;
    font-size: 13px;
    color: #3a3a3a;
    letter-spacing: 2px;
}
table.retype01 tr:first-child td {
    padding: 0px 0px;
    vertical-align: top;
    /* margin: 0 0 5px 0; */
    color: #ff4600;
    font-size: 17px;
    line-height: 25px;
    font-weight: bold;
}
table.retype01 tr:first-child th {
    /* width: 120px; */
    padding: 0px 20px 0px 0px;
    font-weight: normal;
    vertical-align: top;
    /* background: antiquewhite; */
    /* margin: 7px 0 5px 0; */
    width: 30%;
    line-height: 25px;
}


.rbox2 {
    display: none;
}
table.rtype01 tr:last-child td {
    padding: 0px 0px;
    vertical-align: top;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
}

button.simplefavorite-button {
    border: none;
    border-radius: 10px;
    background: #d45829;
    background: #3a7db7;
    color: #ffffff;
    cursor: pointer;
    -webkit-appearance: button;
    font-size: 14px;
    line-height: 1;
    padding: 15px 40px;
    padding: 12px 0px;
       width: 190px;
    -webkit-transition: 0s ease-in-out;
    transition: 0s ease-in-out;
    max-width: 556px;
    border: solid 2px #3a7db7;
}

button.simplefavorite-button.active {
    opacity: 1;
    padding: 12px 0px;
    transition: 0s ease-in-out;
    background: #3a7db7;
    color: #ffffff;
}

div.block7 {
    padding: 25px 0px 0px 0px;
}

.mbox_mimg {
    width: 100%;
    margin: 0 0px 10px 0;
}


.headsearch2 {
    font-size: 16px;
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 24px 14px 24px 13px;
    border: none;
    background-repeat: no-repeat;
    line-height: 0px;
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
    letter-spacing: 1px;
    background: #3a7db7;
    border-radius: 7px;
}

.headsearch {
    font-size: 16px;
    position: absolute;
    top: 0px;
    right: 0px;
    /* margin-top: 6px; */
    padding: 0;
    cursor: pointer;
    color: #6297f5;
    padding: 24px 24px;
    border: none;
    /* max-width: 49px; */
    border-radius: 7px;
    background: url(library/images/search-icon.png),#daae1c;
    background-repeat: no-repeat;
    background-size: 43%;
    background-position: 50% 50%;
}

.headmenu:first-child {
    border-radius: 7px;
    margin-right: 55px;
}

.headsearchkakoi {
    position: absolute;
    top: 6px;
    right: 8px;
    /* border-radius: 7px; */
    /* background: #daae1c; */
    display: flex;
    justify-content: space-between;
}


#top-head2.fix .headsearch2 {
    font-size: 20px;
    padding: 24px 14px;
    padding: 24px 14px 24px 13px;
}

#top-head2.fix .headsearch {
    font-size: 16px;
    padding: 26px 26px 26px 26px;
    background-size: 50%;
    padding: 24px 24px;
    background-size: 43%;
}

#top-head2.fix .headsearchkakoi {
    position: absolute;
    top: 6px;
    right: 8px;
    /* border-radius: 7px; */
    /* background: #daae1c; */
    display: flex;
    justify-content: space-between;
}
}


@media only screen and (max-width: 360px) {

#top-head2 .titleicon img {
    height: 40px;
    width: 210px;
}

}



@media only screen and (max-width: 680px) {

.count {
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #353535;
    font-weight: 400;
    margin: 0px 0 0 0;
    background: #e4dbdb;
    /* text-align: left; */
}
.post-title {
    font-size: 15px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0px 0 9px 0;
}

.post-content {
    border-radius: 7px 7px 0 0;
    padding: 10px 15px 13px 15px;
    text-align: left;
}

.rbox {
    margin: 0px 0 5px 0;
}





table.rtype01 tr {
    margin: 0 0 5px 0 ;
    padding: 0px 0px;
    font-weight: normal;
    vertical-align: top;
    width: auto;
    line-height: 13px;
}


.post-tag {
    font-size: 12px;
    margin: 0px 0px 7px 0;
    line-height: 12px;
}

table.rtype01 th {
    font-size: 12px;
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    vertical-align: top;
    width: 20%;
    min-width: 45px;
    line-height: 20px;
}

table.rtype01 td {
    padding: 0px 0;
    vertical-align: top;
    border: 0px solid #ccc;
    font-size: 12px;
    letter-spacing: 0px;
}
table.rtype01 tr:first-child td {
    padding: 0px 0px;
    vertical-align: top;
    color: #ff4600;
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
    /* width: 30px; */
}


table.rtype01 tr:first-child th {
    padding: 0px 0px 0px 0px;
    font-weight: normal;
    vertical-align: top;
    line-height: 13px;
    letter-spacing: 0px;
    font-size: 12px;
    width: 47px;
    min-width: 47px;
}

table.rtype01 tr:last-child td {
    padding: 5px 0px 0px 0px;
    vertical-align: top;
    color: #000000;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}




}


div.block50 {
    position: relative;
    height: auto;
    background: #ffffff;
    padding: 50px 0 50px 0;
}

ul.allpost {
    list-style: none;
    font-size: 16px;
    color: black;
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

ul.allpost li a {
    list-style: none;
    font-size: 16px;
    color: black;
    margin: 0 auto;
    text-align: left;
    width: 800px;
}

ul.allpost li a:hover {
 text-decoration: underline;
}


ul.allpost li span:nth-child(1) {

}

ul.allpost li span:nth-child(2) {
    font-size: 14px;
    color: #ff4e77;
        color: #ff003b;
}

ul.allpost li span:nth-child(3) {
    font-size: 12px;
    font-weight: normal;
}

.postcount p {
    line-height: 28px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #474747;
    font-weight: 400;
    padding: 17px 0 0 0;
    background: #f0f0f0;
    /* text-align: left; */
    margin: 0;
}


.nosumon-edit {
    line-height: 28px;
    font-size: 14px !important;
    letter-spacing: 1px;
    color: #3c75cb !important;
    font-weight: 400;
    padding: 0px 0 0 0;
    background: #fdfdfd;
    /* text-align: left; */
    margin: 0 0 0px 10px;
}


ul.allpost li span.nosumon-edit a {
    list-style: none;
    font-size: 14px;
    color: #3c75cb;
    margin: 0 auto;
    text-align: left;
    width: 800px;
}


ul.allpost li {
    position: relative;
}

ul.allpost li span.nosumon-reserve {
    /* position: absolute; */
    /* left: -83px; */
    margin: 0 0 5px 16px;
    font-size: 12px;
}






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

SUUMO

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


li.esrinkbutton {
    list-style: none;
}

li.esrinkbutton:last-of-type {
    display: none;
}


.mbox_esrink2_suumo {
    text-align: right;
    margin: -40px 0px 50px 0;
    padding: 0 0px 0px 0;
    max-width: 960px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 50px;
}

li.esrinkbutton_suumo {
    list-style: none;
}


li.esrinkbutton_suumo {
    display: none;
}

li.esrinkbutton_suumo:last-of-type {
    display: none;
}


li.esrinkbutton_suumo a {
    margin: 0 0px 0px 0;
    padding: 0 0px 0px 0;
    color: black;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #6219DB;
    text-decoration: underline;
    transition: .0s ease-in-out;
    font-size: 0px;
}

li.esrinkbutton_suumo a:before {
    font-size: 12px;
    content: "情報提供元：SUUMO";
}

li.esrinkbutton_suumo a:hover {
    color: #048ADE;
    text-decoration: none;
}



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


kinen-info

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

.kineninfo h1 {
    font-size: 42px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 65px;
    color: #3a7db7;
    letter-spacing: 3px;
    margin: 20px 0 45px 0;
}

.mmbox10 {
    margin: 20px 20px 0px 20px;
}

.mbox_esrink10 {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
}

.esrinkbutton10 a {
    display: inline-block;
    width: 100%;
    color: #079db1;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 15px 0 15px 70px;
    border: solid 3px #2ab1c3;
    letter-spacing: 2px;
}

.esrinkbutton10 a .box-title {
    font-family: Quicksand,sans-serif;
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -3px;
    padding: 0px 30px;
    height: 67px;
    line-height: 65px;
    vertical-align: middle;
    font-size: 30px;
    background: #2ab1c3;
    color: #ffffff;
    border-radius: 10px 0px 0px 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.esrinkbutton10 a:hover {
    background-color: #ff7a47;
}

.esrinkbutton10 a br {
    display: none;
}

.mmbox10 .mbox_esrink10 .esrinkbutton10 a:hover {
  background-color: #feff9f;
}

article .the-content p.kineninfop {
    font-size: 22px;
        color: #191919;
    text-align: justify;
    font-weight: 400;
}





.esrinkbutton10 a.smorepo {
    display: inline-block;
    width: 100%;
    color: #cfbd12;
    font-size: 17px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 15px 0 15px 70px;
    border: solid 3px #e7d212;
    letter-spacing: 1px;
}

.esrinkbutton10 a.smorepo .box-title {
    font-family: Quicksand,sans-serif;
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -3px;
    padding: 0px 30px;
    height: 67px;
    line-height: 65px;
    vertical-align: middle;
    font-size: 30px;
    background: #e7d212;
    color: #ffffff;
    border-radius: 10px 0px 0px 10px;
    letter-spacing: 2px;
    font-weight: bold;
}

.mmbox10 .mbox_esrink10 .esrinkbutton10 a.smorepo:hover {
    background-color: #ffffda;
}

.esrinkbutton10 a.smorepo br {
    display: none;
}



@media only screen and (max-width: 1280px) {

.kineninfo h1 {
    font-size: 36px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 50px;
    color: #3a7db7;
    letter-spacing: 2px;
    margin: 20px 0 45px 0;
}

article .the-content p.kineninfop {
    font-size: 20px;
}

}



@media only screen and (max-width: 680px) {

.kineninfo h1 {
    font-size: 24px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 36px;
    color: #3a7db7;
    letter-spacing: 2px;
    margin: 0 0 30px 0;
}

.esrinkbutton10 a br {
    display: block;
}



.esrinkbutton10 a {
    display: inline-block;
    width: 100%;
    color: #079db1;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 11px 0 11px 70px;
    border: solid 3px #2ab1c3;
    letter-spacing: 2px;
    line-height: 21px;
}


.esrinkbutton10 a.smorepo {
    display: inline-block;
    width: 100%;
    color: #cfbd12;
    font-size: 16px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 11px 0 11px 70px;
    border: solid 3px #e7d212;
    letter-spacing: 2px;
    line-height: 41px;
}


article .the-content p.kineninfop {
    font-size: 17px;
    line-height: 2;
}

}



@media only screen and (max-width: 480px) {

.kineninfo h1 {
    font-size: 18px;
    font-family: 'Noto Sans JP';
    font-weight: 600;
    line-height: 26px;
    color: #3a7db7;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.esrinkbutton10 a {
    display: inline-block;
    width: 100%;
    color: #079db1;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 11px 0 11px 58px;
    border: solid 3px #2ab1c3;
    letter-spacing: 1px;
    line-height: 20px;
}

.esrinkbutton10 a .box-title {
    font-family: Quicksand,sans-serif;
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -3px;
    padding: 0px 26px;
    height: 63px;
    line-height: 63px;
    vertical-align: middle;
    font-size: 26px;
    background: #2ab1c3;
    color: #ffffff;
    border-radius: 10px 0px 0px 10px;
    letter-spacing: 2px;
    font-weight: bold;
}



.esrinkbutton10 a.smorepo {
    display: inline-block;
    width: 100%;
    color: #cfbd12;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 11px 0 11px 58px;
    border: solid 3px #e7d212;
    letter-spacing: 1px;
    line-height: 41px;
}

.esrinkbutton10 a.smorepo .box-title {
    font-family: Quicksand,sans-serif;
    position: absolute;
    display: inline-block;
    top: 0px;
    left: -3px;
    padding: 0px 26px;
    height: 63px;
    line-height: 63px;
    vertical-align: middle;
    font-size: 26px;
    background: #e7d212;
    color: #ffffff;
    border-radius: 10px 0px 0px 10px;
    letter-spacing: 2px;
    font-weight: bold;
}



article .the-content p.kineninfop {
    font-size: 14px;
}

}



@media only screen and (max-width: 380px) {

.esrinkbutton10 a {
    display: inline-block;
    width: 100%;
    color: #079db1;
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 11px 0 11px 58px;
    border: solid 3px #2ab1c3;
    letter-spacing: 0px;
    line-height: 20px;
}

.esrinkbutton10 a.smorepo {
    display: inline-block;
    width: 100%;
    color: #cfbd12;
    font-size: 13px;
    font-weight: 400;
    border-radius: 10px 10px;
    background-color: #ffffff;
    position: relative;
    margin: 0 0;
    padding: 11px 0 11px 58px;
    border: solid 3px #e7d212;
    letter-spacing: 0px;
    line-height: 41px;
}

}




@media only screen and (max-width: 680px) {

table.rtype01 tr.kinen:first-child td {
    font-size: 12px;
        padding: 0px 0px;
    vertical-align: top;
    line-height: 13px;
    font-weight: normal;
    border-collapse: collapse;
    text-align: left;
    font-size: 13px;
    color: #3a3a3a;
    letter-spacing: 0px;
}

table.rtype01 tr.kinen td {
    font-size: 12px;
}

.rbox2 {
    display: none;
}
}


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

valueareatop

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




.contentvalue {
  position: relative;
}

.containerleft {
  position: relative;
}


.valueareaside {
    width: 150px;
    position: absolute;
    z-index: 9;
    right: 2em;
    top: 0;
}


.valueareaside a {
    width: 150px;
}


.valueareaside a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}


.valueareaside a p {
    width: 150px;
    font-size: 15px;
    color: #3a7db7;
    font-weight: normal;
    line-height: 22px;
    margin: 5px 0 30px 0;
}


.valueareaside a p:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}


.valueareaside img {
    width: 150px;
}


@media only screen and (max-width: 1400px) {


.valueareaside a {
    width: 150px;
    margin: 0 10px;
}

.valueareaside::after {
        content: "";
        display: block;
    width: 150px;
        margin: 0 10px;
        height: 0;
    }


.valueareaside {
    width: 100%;
    position: initial;
    z-index: 9;
    left: 20px;
    display: flex;
    justify-content: space-between;
    max-width: 1020px;
    margin: 0 auto;
      -webkit-flex-wrap: wrap;          /* Safari etc. */
      -ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap        : wrap;
    padding: 0 40px;
}


}

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

valuearea

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


.valuearea {
    display: flex;
    margin: 0 20px 40px 20px;
    max-width: 665px;
    margin: 0 auto;
    margin-bottom: 45px;
    display: none;
}

.valuebox1 {
    width: 50%;
    margin: 0 10px 0px 20px;
}

.valuebox2 {
    width: 50%;
    margin: 0px 20px 0px 10px;
}




@media only screen and (max-width: 680px) {

.valuearea {
    display: block;
    margin: 0 auto;
    margin-bottom: 45px;
    display: none;
}

.valuebox1 {
    width: 100%;
    margin: 0 0px 20px 0px;
    padding: 0 20px;
}

.valuebox2 {
    width: 100%;
    margin: 0 0px 20px 0px;
    padding: 0 20px;
}

}



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

aspace

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

h2.post-title span {
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.aspace {
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 10px 0;
}


@media only screen and (max-width: 680px) {

.aspace {
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    color: #111;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-weight: 400;
    margin: 0 0 7px 0;
}

.aspace1 p br {
    display: none;
}

}


.aspace1 p {
    font-size: 22px;
    line-height: 1.4;
    text-decoration: none;
    color: #3a3a3a;
    -webkit-transition: all .2s;
    /* transition: all .2s; */
    font-weight: 400;
    margin: 44px 0 10px 0;
    padding: 0px 0;
    display: block;
}

.aspace2 p {
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #d45829;
    -webkit-transition: all .2s;
    /* transition: all .2s; */
    font-weight: 400;
    margin: 44px 0 10px 0;
    padding: 0px 0;
    display: block;
}

.nobutton {
    position: relative;
    background-color: #29d4ad;
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    border-radius: 15px;
    background-color: #d45829;
    border: double 4px #ffffff;
    line-height: 35px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}


@media only screen and (max-width: 680px) {

.aspace1 p {
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #3a3a3a;
    font-weight: 400;
    margin: 44px 0px 10px 0px;
    padding: 0px 0;
    display: block;
    text-align: left;
    padding: 0 10px;
}

.aspace1 p br {
    display: none;
}

.aspace2 p {
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    color: #d45829;
    -webkit-transition: all .2s;
    /* transition: all .2s; */
    font-weight: 400;
    margin: 44px 0 10px 0;
    padding: 0px 0;
    display: block;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}


}


.recaptchav2 {
    margin: 30px 30px 30px 30px;
    margin: 0 auto;
    width: 304px;
    margin-top: 30px;
    margin-bottom: 30px;
}