@charset "UTF-8";

/* CSS Document */
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;
}

* {
    text-decoration: none;
}

.header,
.main,
.footer {
    width: 100%;
}

body {
    margin: 0;
    background-color: #fcf4ed;
}

li {
    list-style: none;
}

ul,
ol {
    padding: 0;
    margin: 0;
}

html {
    font-size: 100%;
}

h2 {
    font-size: 1.5rem;
    color: #111111;
    text-align: center;
    font-weight: bold;
    margin-top: 150px;
    margin-bottom: 80px;
}

body {
    color: #111111;
    font-family: 'TsukuARdGothic-Regular', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', YuGothic, 'Yu Gothic', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN';
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    font-size: 1rem;
    line-height: 35px;
    text-align: center;

}

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

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


.logo {
    display: block;
    margin: 10px;
    max-height: 50px;
}

a {
    color: inherit;
}

a:hover {
    color: #858282;
}

.pc__img {}

.sp__img {
    display: none;
}

/* ページTOPに戻る */
.pagetop {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}

.pagetop a {
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 2px solid white;
    border-radius: 50%;
    line-height: 50px;
}

.pagetop a i {
    font-size: 20px;
    padding-left: 6px;
    color: white;
    line-height: 50px;
}

/*-------------------------------
 *
 *header
 *
 *-------------------------------*/
.header-top {
    display: flex;
    justify-content: space-between;
}

.number1 {
    font-size: 1.3rem;
    font-weight: bold;
}

.nav-list {
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
    width: 500px;
    position: relative;

}

.nav-item {
    width: 150px;
    list-style-type: none;
}



.header {
    position: relative;
    background-image: url("../image/main.png");
    background-size: cover;
    height: 600px;
    background-position: center;
}





.about {
    max-width: 750px;
    margin: auto;


}


.thumnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;


}

hr.style1 {
    border-top: 1px solid #b9b2b2;
    width: 90%;
    margin: 100px auto;
}

.about-kampo {
    margin: 0 150px 80px;
}

.thumnail img {
    margin: 20px;
}

.Text {
    margin: 10px;
    /*なくてもOK*/
    position: relative;
    border: 1px solid black;
    width: 250px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-size: 1rem;

}

.Text:before,
.Text:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    height: 1px;
    background: black;

}

.Text:before {
    width: 80px;
    transform: translate(30px, 0px);
}

.Text:after {
    width: 15px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(25deg);

}

.wp-block-latest-posts {
    padding-left: 0;
}

.wp-block-latest-posts li {
    display: flex;
    list-style: none;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    justify-content: space-between;
    border-bottom: 1px solid black;
}

.wp-block-latest-posts li a {
    display: inline-block;
    margin-right: 16px;
}

.wp-block-latest-posts li time {
    white-space: nowrap;
}


.information {
    display: flex;

    justify-content: center;
    background-color: #eeeeee;

}

.c-post-list__title {
    font-size: 1.5rem;
    color: #111111;
    text-align: left;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 30px;
}

.wp-block-latest-posts__post-date {
    margin-right: 20px;
}

.info-left {
    margin: 0 30px 150px 0px;

}

.info-right {
    margin: 0 0 150px 30px;
}

.access {
    display: flex;
    justify-content: center;
}

.map {
    margin-right: 30px;
}

.t-title {
    width: 100px;
    height: 70px;
    text-align: left;
}

.t-contents {
    text-align: left;
}

.number2 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;

}

.atention-comment {

    line-height: 20px;
}

.atention-comment1 {
    color: red;
}

.atention-comment2 {
    margin-bottom: 20px;
}

.day {
    line-height: 20px;
}

.access-right {
    margin-left: 20px;
}

.contact {
    height: 400px;
}

.button-7 {
    display: inline-block;
    padding: 0.2em 2em;
    font-size: 1em;
    color: black;
    text-decoration: none;
    border: 1px solid black;
    transition: 0.3s;

}


.button-7:hover {
    color: white;
    background: black;
    font-weight: bold;
}

.fas {
    margin-right: 0.4em;
}

.footer {
    background-color: #eeeeee;
}

.logo2 {
    margin-top: 50px;
    max-height: 100px;
}

.copyright {
    margin-top: 50px;
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {

.header {
    position: relative;
    background-image: url("../image/mobile.png");
    background-size: cover;
    height: 400px;
    background-position: center;
}
    .wp-block-latest-posts li {
        display: block;
    }

    .information {
        display: initial;
    }

    h2 {
        font-size: 25px;
        margin: 30px
    }

    .c-post-list__title {
        text-align: center;
        font-size: 25px;
        margin: 30px auto;
    }

    .about {
        text-align: left;
        width: 90%;
    }

    .sp_comment {
                width: 90%;
        text-align: left;
        margin: 0 auto;
    }

    .about-kampo {
        text-align: left;
        width: 80%;
        margin: 0 auto;
    }

    .thumnail {}

    .thumnail img {
        max-width: 100%;
        margin: 0px;
    }

    .information {

    }

    .info-left {
        width: 90%;
margin: 0 auto;
    }
    .info-right {
                width: 90%;
margin: 0 auto;
    }
    .access {
        display: block;
margin: 0 auto;
    }




    .main-logo {
        margin: 20px auto;
    }
    .sp__img{
		display: inline;
		max-width: 100%;
		height: auto;
	　　width: auto;}
	.nav-list{
		display: none;
	}
	
.cp_cont {
	height: 65vh;
}
.cp_offcm01 {
	position: absolute;
	top: 20px;
	right: 20px;
	display: inline-block;
}
/* menu */
.cp_offcm01 .cp_menu {
	position: fixed;
	top: 0;
	right: -100vw;
	width: 150px;
	height: 300px;
	cursor: pointer;
	-webkit-transition: 0.53s transform;
	        transition: 0.53s transform;
	-webkit-transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	        transition-timing-function: cubic-bezier(.38,.52,.23,.99);
	background-color: rgba(255,255,255,0.9);
	opacity: 0.8;
}
.cp_offcm01 .cp_menu ul {
	margin: 0;
	padding: 0;
}
.cp_offcm01 .cp_menu li {
	list-style: none;
}
.cp_offcm01 .cp_menu li a {
	display: block;
	padding: 10px;
	text-decoration: none;	
}

.cp_offcm01 #cp_toggle01 {
	position: absolute;
	display: none;
	opacity: 0;
}
.cp_offcm01 #cp_toggle01:checked ~ .cp_menu {
	-webkit-transform: translateX(-100vw);
	        transform: translateX(-100vw);
}
/* menu toggle */
.cp_offcm01 #cp_toggle01 ~ label {
	display: block;
	text-align: center;
	color: #333333;
}
.cp_offcm01 #cp_toggle01:checked ~ label {
	-webkit-transform: translateX(-120px);
	        transform: translateX(-120px);
}
.cp_offcm01 #cp_toggle01 ~ label::before {
	display:block;
    content:"\f0c9";
    width:50px;
    font-family: "Font Awesome 5 Free";
    font-weight:900;
	font-size: 1.5em 
}
.cp_offcm01 #cp_toggle01:checked ~ label::before {
	content: '\f00d';
}	
    .header-top {
display: block;
        text-align: center;
        margin-bottom: 10px;
}
    iframe{
	width: 100%;
}
    .map {
    margin-right: 0px;
}
    .contact {
    height: 300px;
}
}